Html Css Color HEX #B00036 Cardinal

📋 copy color: '#B00036'

red 176 ◦ green 0 ◦ blue 54

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

Shades of Cardinal #B00036

Tints of Cardinal #B00036

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76.52%
G = 0%
B = 23.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B00036 (or 0xB00036) is known color: Cardinal. HEX triplet: B0, 00 and 36. RGB value is (176,0,54). Sum of RGB (Red+Green+Blue) = 176+0+54=230 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.52% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 176 - color contains mainly: red. Hex color #B00036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00036 is #4FFFC9. Grayscale: #3A3A3A. Windows color (decimal): -5242826 or 3539120. OLE color: 3539120.

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

Color convert

RGB 176 0 54 -
CMYK 0 1 0.69 0.31
HSL 341.59º 1% 0.35% -
HSV(B) 341.59º 1% 0.69% -
XYZ 18.57 9.5 4.34 -
YUV 58.78 125.31 211.61 -
System Red Green Blue C M Y K H S L
Decimal 176 0 54 0 1 0.69 0.31 341.59 1 0.35
Hex B0 0 36 0 64 45 1F 156 64 23
Octal 260 0 66 0 144 105 37 526 144 43
Binary 10110000 0 110110 0 1100100 1000101 11111 101010110 1100100 100011

Color Harmonies of #B00036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00036

Black with #B00036

Text Example


Text Example

White with #B00036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00036; }

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

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

background-color css

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

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

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

border-color css

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

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

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