Html Css Color HEX #B32327 Cardinal

📋 copy color: '#B32327'

red 179 ◦ green 35 ◦ blue 39

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

Shades of Cardinal #B32327

Tints of Cardinal #B32327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.42%

R = 70.75%
G = 13.83%
B = 15.42%

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

#B32327 (or 0xB32327) is known color: Cardinal. HEX triplet: B3, 23 and 27. RGB value is (179,35,39). Sum of RGB (Red+Green+Blue) = 179+35+39=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B32327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32327 is #4CDCD8. Grayscale: #4E4E4E. Windows color (decimal): -5037273 or 2565043. OLE color: 2565043.

HSL color Cylindrical-coordinate representation of color #B32327: hue angle of 358.33º 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 #B32327 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 35 39 -
CMYK 0 0.80 0.78 0.30
HSL 358.33º 0.67% 0.42% -
HSV(B) 358.33º 0.8% 0.7% -
XYZ 19.56 10.93 3 -
YUV 78.51 105.71 199.67 -
System Red Green Blue C M Y K H S L
Decimal 179 35 39 0 0.80 0.78 0.30 358.33 0.67 0.42
Hex B3 23 27 0 50 4E 1E 166 43 2A
Octal 263 43 47 0 120 116 36 546 103 52
Binary 10110011 100011 100111 0 1010000 1001110 11110 101100110 1000011 101010

Color Harmonies of #B32327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32327

Black with #B32327

Text Example


Text Example

White with #B32327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32327; }

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

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

background-color css

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

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

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

border-color css

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

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

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