Html Css Color HEX #B31748 Cardinal

📋 copy color: '#B31748'

red 179 ◦ green 23 ◦ blue 72

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

Shades of Cardinal #B31748

Tints of Cardinal #B31748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.28%

R = 65.33%
G = 8.39%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B31748 (or 0xB31748) is known color: Cardinal. HEX triplet: B3, 17 and 48. RGB value is (179,23,72). Sum of RGB (Red+Green+Blue) = 179+23+72=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B31748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31748 is #4CE8B7. Grayscale: #4B4B4B. Windows color (decimal): -5040312 or 4724659. OLE color: 4724659.

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

Color convert

RGB 179 23 72 -
CMYK 0 0.87 0.60 0.30
HSL 341.15º 0.77% 0.4% -
HSV(B) 341.15º 0.87% 0.7% -
XYZ 20.07 10.66 7.13 -
YUV 75.23 126.18 202.02 -
System Red Green Blue C M Y K H S L
Decimal 179 23 72 0 0.87 0.60 0.30 341.15 0.77 0.4
Hex B3 17 48 0 57 3C 1E 155 4D 28
Octal 263 27 110 0 127 74 36 525 115 50
Binary 10110011 10111 1001000 0 1010111 111100 11110 101010101 1001101 101000

Color Harmonies of #B31748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31748

Black with #B31748

Text Example


Text Example

White with #B31748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31748; }

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

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

background-color css

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

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

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

border-color css

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

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

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