Html Css Color HEX #B32528 Cardinal

📋 copy color: '#B32528'

red 179 ◦ green 37 ◦ blue 40

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

Shades of Cardinal #B32528

Tints of Cardinal #B32528

RGB

 RED value IS 179 (70.31% from 255) = 69.92%

 GREEN value IS 37 (14.84% from 255) = 14.45%

 BLUE value IS 40 (16.02% from 255) = 15.63%

R = 69.92%
G = 14.45%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B32528 (or 0xB32528) is known color: Cardinal. HEX triplet: B3, 25 and 28. RGB value is (179,37,40). Sum of RGB (Red+Green+Blue) = 179+37+40=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B32528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32528 is #4CDAD7. Grayscale: #4F4F4F. Windows color (decimal): -5036760 or 2631091. OLE color: 2631091.

HSL color Cylindrical-coordinate representation of color #B32528: hue angle of 358.73º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32528 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 37 40 -
CMYK 0 0.79 0.78 0.30
HSL 358.73º 0.66% 0.42% -
HSV(B) 358.73º 0.79% 0.7% -
XYZ 19.63 11.06 3.11 -
YUV 79.8 105.54 198.76 -
System Red Green Blue C M Y K H S L
Decimal 179 37 40 0 0.79 0.78 0.30 358.73 0.66 0.42
Hex B3 25 28 0 4F 4E 1E 167 42 2A
Octal 263 45 50 0 117 116 36 547 102 52
Binary 10110011 100101 101000 0 1001111 1001110 11110 101100111 1000010 101010

Color Harmonies of #B32528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32528

Black with #B32528

Text Example


Text Example

White with #B32528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32528; }

 p { color: rgb(179,37,40); }

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

background-color css

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

 a { background-color: rgb(179,37,40); }

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

border-color css

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

 span { border-color: rgb(179,37,40); }

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