Html Css Color HEX #B00333 Cardinal

📋 copy color: '#B00333'

red 176 ◦ green 3 ◦ blue 51

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

Shades of Cardinal #B00333

Tints of Cardinal #B00333

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.3%

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

R = 76.52%
G = 1.3%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B00333 (or 0xB00333) is known color: Cardinal. HEX triplet: B0, 03 and 33. RGB value is (176,3,51). Sum of RGB (Red+Green+Blue) = 176+3+51=230 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.52% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 176 - color contains mainly: red. Hex color #B00333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00333 is #4FFCCC. Grayscale: #3C3C3C. Windows color (decimal): -5242061 or 3343280. OLE color: 3343280.

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

Color convert

RGB 176 3 51 -
CMYK 0 0.98 0.71 0.31
HSL 343.35º 0.97% 0.35% -
HSV(B) 343.35º 0.98% 0.69% -
XYZ 18.53 9.53 4 -
YUV 60.2 122.81 210.6 -
System Red Green Blue C M Y K H S L
Decimal 176 3 51 0 0.98 0.71 0.31 343.35 0.97 0.35
Hex B0 3 33 0 62 47 1F 157 61 23
Octal 260 3 63 0 142 107 37 527 141 43
Binary 10110000 11 110011 0 1100010 1000111 11111 101010111 1100001 100011

Color Harmonies of #B00333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00333

Black with #B00333

Text Example


Text Example

White with #B00333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00333; }

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

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

background-color css

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

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

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

border-color css

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

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

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