Html Css Color HEX #B00332 Cardinal

📋 copy color: '#B00332'

red 176 ◦ green 3 ◦ blue 50

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

Shades of Cardinal #B00332

Tints of Cardinal #B00332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.83%

R = 76.86%
G = 1.31%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B00332 (or 0xB00332) is known color: Cardinal. HEX triplet: B0, 03 and 32. RGB value is (176,3,50). Sum of RGB (Red+Green+Blue) = 176+3+50=229 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.86% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 176 - color contains mainly: red. Hex color #B00332 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00332 is #4FFCCD. Grayscale: #3C3C3C. Windows color (decimal): -5242062 or 3277744. OLE color: 3277744.

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

Color convert

RGB 176 3 50 -
CMYK 0 0.98 0.72 0.31
HSL 343.7º 0.97% 0.35% -
HSV(B) 343.7º 0.98% 0.69% -
XYZ 18.51 9.53 3.88 -
YUV 60.09 122.31 210.68 -
System Red Green Blue C M Y K H S L
Decimal 176 3 50 0 0.98 0.72 0.31 343.7 0.97 0.35
Hex B0 3 32 0 62 48 1F 158 61 23
Octal 260 3 62 0 142 110 37 530 141 43
Binary 10110000 11 110010 0 1100010 1001000 11111 101011000 1100001 100011

Color Harmonies of #B00332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00332

Black with #B00332

Text Example


Text Example

White with #B00332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00332; }

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

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

background-color css

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

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

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

border-color css

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

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

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