Html Css Color HEX #B60636 Cardinal

📋 copy color: '#B60636'

red 182 ◦ green 6 ◦ blue 54

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

Shades of Cardinal #B60636

Tints of Cardinal #B60636

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.48%

 BLUE value IS 54 (21.48% from 255) = 22.31%

R = 75.21%
G = 2.48%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B60636 (or 0xB60636) is known color: Cardinal. HEX triplet: B6, 06 and 36. RGB value is (182,6,54). Sum of RGB (Red+Green+Blue) = 182+6+54=242 (32% of max value = 765). Red value is 182 (71.48% from 255 or 75.21% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 182 - color contains mainly: red. Hex color #B60636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60636 is #49F9C9. Grayscale: #404040. Windows color (decimal): -4848074 or 3540662. OLE color: 3540662.

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

Color convert

RGB 182 6 54 -
CMYK 0 0.97 0.70 0.29
HSL 343.64º 0.94% 0.37% -
HSV(B) 343.64º 0.97% 0.71% -
XYZ 20.02 10.34 4.43 -
YUV 64.1 122.31 212.1 -
System Red Green Blue C M Y K H S L
Decimal 182 6 54 0 0.97 0.70 0.29 343.64 0.94 0.37
Hex B6 6 36 0 61 46 1D 158 5E 25
Octal 266 6 66 0 141 106 35 530 136 45
Binary 10110110 110 110110 0 1100001 1000110 11101 101011000 1011110 100101

Color Harmonies of #B60636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60636

Black with #B60636

Text Example


Text Example

White with #B60636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60636; }

 p { color: rgb(182,6,54); }

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

background-color css

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

 a { background-color: rgb(182,6,54); }

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

border-color css

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

 span { border-color: rgb(182,6,54); }

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