Html Css Color HEX #B32328 Cardinal

📋 copy color: '#B32328'

red 179 ◦ green 35 ◦ blue 40

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

Shades of Cardinal #B32328

Tints of Cardinal #B32328

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.78%

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

R = 70.47%
G = 13.78%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B32328 (or 0xB32328) is known color: Cardinal. HEX triplet: B3, 23 and 28. RGB value is (179,35,40). Sum of RGB (Red+Green+Blue) = 179+35+40=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B32328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32328 is #4CDCD7. Grayscale: #4E4E4E. Windows color (decimal): -5037272 or 2630579. OLE color: 2630579.

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

Color convert

RGB 179 35 40 -
CMYK 0 0.80 0.78 0.30
HSL 357.92º 0.67% 0.42% -
HSV(B) 357.92º 0.8% 0.7% -
XYZ 19.57 10.94 3.09 -
YUV 78.63 106.21 199.59 -
System Red Green Blue C M Y K H S L
Decimal 179 35 40 0 0.80 0.78 0.30 357.92 0.67 0.42
Hex B3 23 28 0 50 4E 1E 166 43 2A
Octal 263 43 50 0 120 116 36 546 103 52
Binary 10110011 100011 101000 0 1010000 1001110 11110 101100110 1000011 101010

Color Harmonies of #B32328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32328

Black with #B32328

Text Example


Text Example

White with #B32328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32328; }

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

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

background-color css

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

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

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

border-color css

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

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

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