Html Css Color HEX #B61037 Cardinal

📋 copy color: '#B61037'

red 182 ◦ green 16 ◦ blue 55

#B61037
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B61037

Tints of Cardinal #B61037

RGB

 RED value IS 182 (71.48% from 255) = 71.94%

 GREEN value IS 16 (6.64% from 255) = 6.32%

 BLUE value IS 55 (21.88% from 255) = 21.74%

R = 71.94%
G = 6.32%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B61037 (or 0xB61037) is known color: Cardinal. HEX triplet: B6, 10 and 37. RGB value is (182,16,55). Sum of RGB (Red+Green+Blue) = 182+16+55=253 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.94% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 55 (21.88% from 255 or 21.74% from 253); Max value from RGB is 182 - color contains mainly: red. Hex color #B61037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61037 is #49EFC8. Grayscale: #464646. Windows color (decimal): -4845513 or 3608758. OLE color: 3608758.

HSL color Cylindrical-coordinate representation of color #B61037: hue angle of 345.9º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B61037 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 16 55 -
CMYK 0 0.91 0.70 0.29
HSL 345.9º 0.84% 0.39% -
HSV(B) 345.9º 0.91% 0.71% -
XYZ 20.17 10.59 4.6 -
YUV 70.08 119.5 207.83 -
System Red Green Blue C M Y K H S L
Decimal 182 16 55 0 0.91 0.70 0.29 345.9 0.84 0.39
Hex B6 10 37 0 5B 46 1D 15A 54 27
Octal 266 20 67 0 133 106 35 532 124 47
Binary 10110110 10000 110111 0 1011011 1000110 11101 101011010 1010100 100111

Color Harmonies of #B61037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61037

Black with #B61037

Text Example


Text Example

White with #B61037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61037; }

 p { color: rgb(182,16,55); }

 H1.HeaderClassName
 {
   color: #B61037;
 }
 .AnyTagClassName
 {
   color: #B61037;
 }
</style>

background-color css

<style>
 a { background-color: #B61037; }

 a { background-color: rgb(182,16,55); }

 div.DivClassName
 {
   background-color: #B61037;
 }
 .BgClassName
 {
   background-color: #B61037;
 }
</style>

border-color css

<style>
 span { border-color: #B61037; }

 span { border-color: rgb(182,16,55); }

 td.TdClassName
 {
   border-color: #B61037;
 }
 .TagClassName
 {
   border-color: #B61037;
 }
</style>