Html Css Color HEX #B31728 Cardinal

📋 copy color: '#B31728'

red 179 ◦ green 23 ◦ blue 40

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

Shades of Cardinal #B31728

Tints of Cardinal #B31728

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.5%

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

R = 73.97%
G = 9.5%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B31728 (or 0xB31728) is known color: Cardinal. HEX triplet: B3, 17 and 28. RGB value is (179,23,40). Sum of RGB (Red+Green+Blue) = 179+23+40=242 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.97% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 179 - color contains mainly: red. Hex color #B31728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31728 is #4CE8D7. Grayscale: #474747. Windows color (decimal): -5040344 or 2627507. OLE color: 2627507.

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

Color convert

RGB 179 23 40 -
CMYK 0 0.87 0.78 0.30
HSL 353.46º 0.77% 0.4% -
HSV(B) 353.46º 0.87% 0.7% -
XYZ 19.28 10.35 2.99 -
YUV 71.58 110.18 204.62 -
System Red Green Blue C M Y K H S L
Decimal 179 23 40 0 0.87 0.78 0.30 353.46 0.77 0.4
Hex B3 17 28 0 57 4E 1E 161 4D 28
Octal 263 27 50 0 127 116 36 541 115 50
Binary 10110011 10111 101000 0 1010111 1001110 11110 101100001 1001101 101000

Color Harmonies of #B31728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31728

Black with #B31728

Text Example


Text Example

White with #B31728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31728; }

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

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

background-color css

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

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

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

border-color css

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

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

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