Html Css Color HEX #B71247 Cardinal

📋 copy color: '#B71247'

red 183 ◦ green 18 ◦ blue 71

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

Shades of Cardinal #B71247

Tints of Cardinal #B71247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.1%

R = 67.28%
G = 6.62%
B = 26.1%

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

#B71247 (or 0xB71247) is known color: Cardinal. HEX triplet: B7, 12 and 47. RGB value is (183,18,71). Sum of RGB (Red+Green+Blue) = 183+18+71=272 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.28% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 183 - color contains mainly: red. Hex color #B71247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71247 is #48EDB8. Grayscale: #494949. Windows color (decimal): -4779449 or 4657847. OLE color: 4657847.

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

Color convert

RGB 183 18 71 -
CMYK 0 0.90 0.61 0.28
HSL 340.73º 0.82% 0.39% -
HSV(B) 340.73º 0.9% 0.72% -
XYZ 20.88 10.95 6.98 -
YUV 73.38 126.66 206.19 -
System Red Green Blue C M Y K H S L
Decimal 183 18 71 0 0.90 0.61 0.28 340.73 0.82 0.39
Hex B7 12 47 0 5A 3D 1C 155 52 27
Octal 267 22 107 0 132 75 34 525 122 47
Binary 10110111 10010 1000111 0 1011010 111101 11100 101010101 1010010 100111

Color Harmonies of #B71247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71247

Black with #B71247

Text Example


Text Example

White with #B71247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71247; }

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

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

background-color css

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

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

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

border-color css

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

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

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