Html Css Color HEX #B00937 Cardinal

📋 copy color: '#B00937'

red 176 ◦ green 9 ◦ blue 55

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

Shades of Cardinal #B00937

Tints of Cardinal #B00937

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.75%

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

R = 73.33%
G = 3.75%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B00937 (or 0xB00937) is known color: Cardinal. HEX triplet: B0, 09 and 37. RGB value is (176,9,55). Sum of RGB (Red+Green+Blue) = 176+9+55=240 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.33% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 176 - color contains mainly: red. Hex color #B00937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00937 is #4FF6C8. Grayscale: #404040. Windows color (decimal): -5240521 or 3606960. OLE color: 3606960.

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

Color convert

RGB 176 9 55 -
CMYK 0 0.95 0.69 0.31
HSL 343.47º 0.9% 0.36% -
HSV(B) 343.47º 0.95% 0.69% -
XYZ 18.69 9.7 4.5 -
YUV 64.18 122.83 207.76 -
System Red Green Blue C M Y K H S L
Decimal 176 9 55 0 0.95 0.69 0.31 343.47 0.9 0.36
Hex B0 9 37 0 5F 45 1F 157 5A 24
Octal 260 11 67 0 137 105 37 527 132 44
Binary 10110000 1001 110111 0 1011111 1000101 11111 101010111 1011010 100100

Color Harmonies of #B00937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00937

Black with #B00937

Text Example


Text Example

White with #B00937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00937; }

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

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

background-color css

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

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

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

border-color css

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

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

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