Html Css Color HEX #B20637 Cardinal

📋 copy color: '#B20637'

red 178 ◦ green 6 ◦ blue 55

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

Shades of Cardinal #B20637

Tints of Cardinal #B20637

RGB

 RED value IS 178 (69.92% from 255) = 74.48%

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

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

R = 74.48%
G = 2.51%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B20637 (or 0xB20637) is known color: Cardinal. HEX triplet: B2, 06 and 37. RGB value is (178,6,55). Sum of RGB (Red+Green+Blue) = 178+6+55=239 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.48% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 55 (21.88% from 255 or 23.01% from 239); Max value from RGB is 178 - color contains mainly: red. Hex color #B20637 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20637 is #4DF9C8. Grayscale: #3E3E3E. Windows color (decimal): -5110217 or 3606194. OLE color: 3606194.

HSL color Cylindrical-coordinate representation of color #B20637: hue angle of 342.91º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B20637 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 6 55 -
CMYK 0 0.97 0.69 0.30
HSL 342.91º 0.93% 0.36% -
HSV(B) 342.91º 0.97% 0.7% -
XYZ 19.11 9.87 4.51 -
YUV 63.01 123.48 210.02 -
System Red Green Blue C M Y K H S L
Decimal 178 6 55 0 0.97 0.69 0.30 342.91 0.93 0.36
Hex B2 6 37 0 61 45 1E 157 5D 24
Octal 262 6 67 0 141 105 36 527 135 44
Binary 10110010 110 110111 0 1100001 1000101 11110 101010111 1011101 100100

Color Harmonies of #B20637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20637

Black with #B20637

Text Example


Text Example

White with #B20637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20637; }

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

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

background-color css

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

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

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

border-color css

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

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

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