Html Css Color HEX #B00437 Cardinal

📋 copy color: '#B00437'

red 176 ◦ green 4 ◦ blue 55

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

Shades of Cardinal #B00437

Tints of Cardinal #B00437

RGB

 RED value IS 176 (69.14% from 255) = 74.89%

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

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

R = 74.89%
G = 1.7%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B00437 (or 0xB00437) is known color: Cardinal. HEX triplet: B0, 04 and 37. RGB value is (176,4,55). Sum of RGB (Red+Green+Blue) = 176+4+55=235 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.89% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 176 - color contains mainly: red. Hex color #B00437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00437 is #4FFBC8. Grayscale: #3D3D3D. Windows color (decimal): -5241801 or 3605680. OLE color: 3605680.

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

Color convert

RGB 176 4 55 -
CMYK 0 0.98 0.69 0.31
HSL 342.21º 0.96% 0.35% -
HSV(B) 342.21º 0.98% 0.69% -
XYZ 18.64 9.59 4.48 -
YUV 61.24 124.48 209.85 -
System Red Green Blue C M Y K H S L
Decimal 176 4 55 0 0.98 0.69 0.31 342.21 0.96 0.35
Hex B0 4 37 0 62 45 1F 156 60 23
Octal 260 4 67 0 142 105 37 526 140 43
Binary 10110000 100 110111 0 1100010 1000101 11111 101010110 1100000 100011

Color Harmonies of #B00437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00437

Black with #B00437

Text Example


Text Example

White with #B00437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00437; }

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

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

background-color css

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

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

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

border-color css

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

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

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