Html Css Color HEX #B00033 Cardinal

📋 copy color: '#B00033'

red 176 ◦ green 0 ◦ blue 51

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

Shades of Cardinal #B00033

Tints of Cardinal #B00033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 22.47%

R = 77.53%
G = 0%
B = 22.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B00033 (or 0xB00033) is known color: Cardinal. HEX triplet: B0, 00 and 33. RGB value is (176,0,51). Sum of RGB (Red+Green+Blue) = 176+0+51=227 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.53% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 176 - color contains mainly: red. Hex color #B00033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00033 is #4FFFCC. Grayscale: #3A3A3A. Windows color (decimal): -5242829 or 3342512. OLE color: 3342512.

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

Color convert

RGB 176 0 51 -
CMYK 0 1 0.71 0.31
HSL 342.61º 1% 0.35% -
HSV(B) 342.61º 1% 0.69% -
XYZ 18.5 9.47 3.98 -
YUV 58.44 123.81 211.85 -
System Red Green Blue C M Y K H S L
Decimal 176 0 51 0 1 0.71 0.31 342.61 1 0.35
Hex B0 0 33 0 64 47 1F 157 64 23
Octal 260 0 63 0 144 107 37 527 144 43
Binary 10110000 0 110011 0 1100100 1000111 11111 101010111 1100100 100011

Color Harmonies of #B00033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00033

Black with #B00033

Text Example


Text Example

White with #B00033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00033; }

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

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

background-color css

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

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

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

border-color css

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

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

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