Html Css Color HEX #B60637 Cardinal

📋 copy color: '#B60637'

red 182 ◦ green 6 ◦ blue 55

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

Shades of Cardinal #B60637

Tints of Cardinal #B60637

RGB

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

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

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

R = 74.9%
G = 2.47%
B = 22.63%

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

#B60637 (or 0xB60637) is known color: Cardinal. HEX triplet: B6, 06 and 37. RGB value is (182,6,55). Sum of RGB (Red+Green+Blue) = 182+6+55=243 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.90% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 55 (21.88% from 255 or 22.63% from 243); Max value from RGB is 182 - color contains mainly: red. Hex color #B60637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60637 is #49F9C8. Grayscale: #404040. Windows color (decimal): -4848073 or 3606198. OLE color: 3606198.

HSL color Cylindrical-coordinate representation of color #B60637: hue angle of 343.3º 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 #B60637 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 6 55 -
CMYK 0 0.97 0.70 0.29
HSL 343.3º 0.94% 0.37% -
HSV(B) 343.3º 0.97% 0.71% -
XYZ 20.05 10.35 4.56 -
YUV 64.21 122.81 212.02 -
System Red Green Blue C M Y K H S L
Decimal 182 6 55 0 0.97 0.70 0.29 343.3 0.94 0.37
Hex B6 6 37 0 61 46 1D 157 5E 25
Octal 266 6 67 0 141 106 35 527 136 45
Binary 10110110 110 110111 0 1100001 1000110 11101 101010111 1011110 100101

Color Harmonies of #B60637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60637

Black with #B60637

Text Example


Text Example

White with #B60637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60637; }

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

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

background-color css

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

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

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

border-color css

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

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

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