Html Css Color HEX #B20437 Cardinal

📋 copy color: '#B20437'

red 178 ◦ green 4 ◦ blue 55

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

Shades of Cardinal #B20437

Tints of Cardinal #B20437

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

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

R = 75.11%
G = 1.69%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B20437 (or 0xB20437) is known color: Cardinal. HEX triplet: B2, 04 and 37. RGB value is (178,4,55). Sum of RGB (Red+Green+Blue) = 178+4+55=237 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.11% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 178 - color contains mainly: red. Hex color #B20437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20437 is #4DFBC8. Grayscale: #3D3D3D. Windows color (decimal): -5110729 or 3605682. OLE color: 3605682.

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

Color convert

RGB 178 4 55 -
CMYK 0 0.98 0.69 0.30
HSL 342.41º 0.96% 0.36% -
HSV(B) 342.41º 0.98% 0.7% -
XYZ 19.09 9.83 4.51 -
YUV 61.84 124.15 210.85 -
System Red Green Blue C M Y K H S L
Decimal 178 4 55 0 0.98 0.69 0.30 342.41 0.96 0.36
Hex B2 4 37 0 62 45 1E 156 60 24
Octal 262 4 67 0 142 105 36 526 140 44
Binary 10110010 100 110111 0 1100010 1000101 11110 101010110 1100000 100100

Color Harmonies of #B20437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20437

Black with #B20437

Text Example


Text Example

White with #B20437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20437; }

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

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

background-color css

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

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

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

border-color css

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

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

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