Html Css Color HEX #B60732 Cardinal

📋 copy color: '#B60732'

red 182 ◦ green 7 ◦ blue 50

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

Shades of Cardinal #B60732

Tints of Cardinal #B60732

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.93%

 BLUE value IS 50 (19.92% from 255) = 20.92%

R = 76.15%
G = 2.93%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B60732 (or 0xB60732) is known color: Cardinal. HEX triplet: B6, 07 and 32. RGB value is (182,7,50). Sum of RGB (Red+Green+Blue) = 182+7+50=239 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.15% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 182 - color contains mainly: red. Hex color #B60732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60732 is #49F8CD. Grayscale: #404040. Windows color (decimal): -4847822 or 3278774. OLE color: 3278774.

HSL color Cylindrical-coordinate representation of color #B60732: hue angle of 345.26º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B60732 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 7 50 -
CMYK 0 0.96 0.73 0.29
HSL 345.26º 0.93% 0.37% -
HSV(B) 345.26º 0.96% 0.71% -
XYZ 19.94 10.33 3.96 -
YUV 64.23 119.98 212 -
System Red Green Blue C M Y K H S L
Decimal 182 7 50 0 0.96 0.73 0.29 345.26 0.93 0.37
Hex B6 7 32 0 60 49 1D 159 5D 25
Octal 266 7 62 0 140 111 35 531 135 45
Binary 10110110 111 110010 0 1100000 1001001 11101 101011001 1011101 100101

Color Harmonies of #B60732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60732

Black with #B60732

Text Example


Text Example

White with #B60732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60732; }

 p { color: rgb(182,7,50); }

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

background-color css

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

 a { background-color: rgb(182,7,50); }

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

border-color css

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

 span { border-color: rgb(182,7,50); }

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