Html Css Color HEX #B32427 Cardinal

📋 copy color: '#B32427'

red 179 ◦ green 36 ◦ blue 39

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

Shades of Cardinal #B32427

Tints of Cardinal #B32427

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.17%

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

R = 70.47%
G = 14.17%
B = 15.35%

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

#B32427 (or 0xB32427) is known color: Cardinal. HEX triplet: B3, 24 and 27. RGB value is (179,36,39). Sum of RGB (Red+Green+Blue) = 179+36+39=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B32427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32427 is #4CDBD8. Grayscale: #4F4F4F. Windows color (decimal): -5037017 or 2565299. OLE color: 2565299.

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

Color convert

RGB 179 36 39 -
CMYK 0 0.80 0.78 0.30
HSL 358.74º 0.67% 0.42% -
HSV(B) 358.74º 0.8% 0.7% -
XYZ 19.59 10.99 3.01 -
YUV 79.1 105.38 199.26 -
System Red Green Blue C M Y K H S L
Decimal 179 36 39 0 0.80 0.78 0.30 358.74 0.67 0.42
Hex B3 24 27 0 50 4E 1E 167 43 2A
Octal 263 44 47 0 120 116 36 547 103 52
Binary 10110011 100100 100111 0 1010000 1001110 11110 101100111 1000011 101010

Color Harmonies of #B32427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32427

Black with #B32427

Text Example


Text Example

White with #B32427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32427; }

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

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

background-color css

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

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

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

border-color css

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

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

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