Html Css Color HEX #B71248 Cardinal

📋 copy color: '#B71248'

red 183 ◦ green 18 ◦ blue 72

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

Shades of Cardinal #B71248

Tints of Cardinal #B71248

RGB

 RED value IS 183 (71.88% from 255) = 67.03%

 GREEN value IS 18 (7.42% from 255) = 6.59%

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

R = 67.03%
G = 6.59%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B71248 (or 0xB71248) is known color: Cardinal. HEX triplet: B7, 12 and 48. RGB value is (183,18,72). Sum of RGB (Red+Green+Blue) = 183+18+72=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B71248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71248 is #48EDB7. Grayscale: #494949. Windows color (decimal): -4779448 or 4723383. OLE color: 4723383.

HSL color Cylindrical-coordinate representation of color #B71248: hue angle of 340.36º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71248 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 18 72 -
CMYK 0 0.90 0.61 0.28
HSL 340.36º 0.82% 0.39% -
HSV(B) 340.36º 0.9% 0.72% -
XYZ 20.91 10.97 7.15 -
YUV 73.49 127.16 206.11 -
System Red Green Blue C M Y K H S L
Decimal 183 18 72 0 0.90 0.61 0.28 340.36 0.82 0.39
Hex B7 12 48 0 5A 3D 1C 154 52 27
Octal 267 22 110 0 132 75 34 524 122 47
Binary 10110111 10010 1001000 0 1011010 111101 11100 101010100 1010010 100111

Color Harmonies of #B71248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71248

Black with #B71248

Text Example


Text Example

White with #B71248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71248; }

 p { color: rgb(183,18,72); }

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

background-color css

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

 a { background-color: rgb(183,18,72); }

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

border-color css

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

 span { border-color: rgb(183,18,72); }

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