Html Css Color HEX #B71244 Cardinal

📋 copy color: '#B71244'

red 183 ◦ green 18 ◦ blue 68

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

Shades of Cardinal #B71244

Tints of Cardinal #B71244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.28%

R = 68.03%
G = 6.69%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B71244 (or 0xB71244) is known color: Cardinal. HEX triplet: B7, 12 and 44. RGB value is (183,18,68). Sum of RGB (Red+Green+Blue) = 183+18+68=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B71244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71244 is #48EDBB. Grayscale: #494949. Windows color (decimal): -4779452 or 4461239. OLE color: 4461239.

HSL color Cylindrical-coordinate representation of color #B71244: hue angle of 341.82º 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 #B71244 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 18 68 -
CMYK 0 0.90 0.63 0.28
HSL 341.82º 0.82% 0.39% -
HSV(B) 341.82º 0.9% 0.72% -
XYZ 20.79 10.92 6.48 -
YUV 73.04 125.16 206.43 -
System Red Green Blue C M Y K H S L
Decimal 183 18 68 0 0.90 0.63 0.28 341.82 0.82 0.39
Hex B7 12 44 0 5A 3F 1C 156 52 27
Octal 267 22 104 0 132 77 34 526 122 47
Binary 10110111 10010 1000100 0 1011010 111111 11100 101010110 1010010 100111

Color Harmonies of #B71244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71244

Black with #B71244

Text Example


Text Example

White with #B71244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71244; }

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

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

background-color css

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

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

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

border-color css

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

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

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