Html Css Color HEX #B32627 Cardinal

📋 copy color: '#B32627'

red 179 ◦ green 38 ◦ blue 39

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

Shades of Cardinal #B32627

Tints of Cardinal #B32627

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.84%

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

R = 69.92%
G = 14.84%
B = 15.23%

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

#B32627 (or 0xB32627) is known color: Cardinal. HEX triplet: B3, 26 and 27. RGB value is (179,38,39). Sum of RGB (Red+Green+Blue) = 179+38+39=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B32627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32627 is #4CD9D8. Grayscale: #505050. Windows color (decimal): -5036505 or 2565811. OLE color: 2565811.

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

Color convert

RGB 179 38 39 -
CMYK 0 0.79 0.78 0.30
HSL 359.57º 0.65% 0.43% -
HSV(B) 359.57º 0.79% 0.7% -
XYZ 19.65 11.12 3.03 -
YUV 80.27 104.71 198.42 -
System Red Green Blue C M Y K H S L
Decimal 179 38 39 0 0.79 0.78 0.30 359.57 0.65 0.43
Hex B3 26 27 0 4F 4E 1E 168 41 2B
Octal 263 46 47 0 117 116 36 550 101 53
Binary 10110011 100110 100111 0 1001111 1001110 11110 101101000 1000001 101011

Color Harmonies of #B32627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32627

Black with #B32627

Text Example


Text Example

White with #B32627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32627; }

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

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

background-color css

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

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

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

border-color css

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

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

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