Html Css Color HEX #B00532 Cardinal

📋 copy color: '#B00532'

red 176 ◦ green 5 ◦ blue 50

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

Shades of Cardinal #B00532

Tints of Cardinal #B00532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 76.19%
G = 2.16%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B00532 (or 0xB00532) is known color: Cardinal. HEX triplet: B0, 05 and 32. RGB value is (176,5,50). Sum of RGB (Red+Green+Blue) = 176+5+50=231 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.19% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 176 - color contains mainly: red. Hex color #B00532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00532 is #4FFACD. Grayscale: #3D3D3D. Windows color (decimal): -5241550 or 3278256. OLE color: 3278256.

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

Color convert

RGB 176 5 50 -
CMYK 0 0.97 0.72 0.31
HSL 344.21º 0.94% 0.35% -
HSV(B) 344.21º 0.97% 0.69% -
XYZ 18.53 9.57 3.89 -
YUV 61.26 121.65 209.84 -
System Red Green Blue C M Y K H S L
Decimal 176 5 50 0 0.97 0.72 0.31 344.21 0.94 0.35
Hex B0 5 32 0 61 48 1F 158 5E 23
Octal 260 5 62 0 141 110 37 530 136 43
Binary 10110000 101 110010 0 1100001 1001000 11111 101011000 1011110 100011

Color Harmonies of #B00532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00532

Black with #B00532

Text Example


Text Example

White with #B00532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00532; }

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

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

background-color css

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

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

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

border-color css

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

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

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