Html Css Color HEX #B71246 Cardinal

📋 copy color: '#B71246'

red 183 ◦ green 18 ◦ blue 70

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

Shades of Cardinal #B71246

Tints of Cardinal #B71246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.83%

R = 67.53%
G = 6.64%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B71246 (or 0xB71246) is known color: Cardinal. HEX triplet: B7, 12 and 46. RGB value is (183,18,70). Sum of RGB (Red+Green+Blue) = 183+18+70=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B71246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71246 is #48EDB9. Grayscale: #494949. Windows color (decimal): -4779450 or 4592311. OLE color: 4592311.

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

Color convert

RGB 183 18 70 -
CMYK 0 0.90 0.62 0.28
HSL 341.09º 0.82% 0.39% -
HSV(B) 341.09º 0.9% 0.72% -
XYZ 20.85 10.94 6.81 -
YUV 73.26 126.16 206.27 -
System Red Green Blue C M Y K H S L
Decimal 183 18 70 0 0.90 0.62 0.28 341.09 0.82 0.39
Hex B7 12 46 0 5A 3E 1C 155 52 27
Octal 267 22 106 0 132 76 34 525 122 47
Binary 10110111 10010 1000110 0 1011010 111110 11100 101010101 1010010 100111

Color Harmonies of #B71246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71246

Black with #B71246

Text Example


Text Example

White with #B71246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71246; }

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

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

background-color css

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

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

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

border-color css

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

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

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