Html Css Color HEX #B00936 Cardinal

📋 copy color: '#B00936'

red 176 ◦ green 9 ◦ blue 54

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

Shades of Cardinal #B00936

Tints of Cardinal #B00936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.59%

R = 73.64%
G = 3.77%
B = 22.59%

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

#B00936 (or 0xB00936) is known color: Cardinal. HEX triplet: B0, 09 and 36. RGB value is (176,9,54). Sum of RGB (Red+Green+Blue) = 176+9+54=239 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.64% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 176 - color contains mainly: red. Hex color #B00936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00936 is #4FF6C9. Grayscale: #404040. Windows color (decimal): -5240522 or 3541424. OLE color: 3541424.

HSL color Cylindrical-coordinate representation of color #B00936: hue angle of 343.83º 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 #B00936 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 9 54 -
CMYK 0 0.95 0.69 0.31
HSL 343.83º 0.9% 0.36% -
HSV(B) 343.83º 0.95% 0.69% -
XYZ 18.67 9.69 4.38 -
YUV 64.06 122.33 207.84 -
System Red Green Blue C M Y K H S L
Decimal 176 9 54 0 0.95 0.69 0.31 343.83 0.9 0.36
Hex B0 9 36 0 5F 45 1F 158 5A 24
Octal 260 11 66 0 137 105 37 530 132 44
Binary 10110000 1001 110110 0 1011111 1000101 11111 101011000 1011010 100100

Color Harmonies of #B00936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00936

Black with #B00936

Text Example


Text Example

White with #B00936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00936; }

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

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

background-color css

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

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

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

border-color css

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

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

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