Html Css Color HEX #B71232 Cardinal

📋 copy color: '#B71232'

red 183 ◦ green 18 ◦ blue 50

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

Shades of Cardinal #B71232

Tints of Cardinal #B71232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.92%

R = 72.91%
G = 7.17%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B71232 (or 0xB71232) is known color: Cardinal. HEX triplet: B7, 12 and 32. RGB value is (183,18,50). Sum of RGB (Red+Green+Blue) = 183+18+50=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B71232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71232 is #48EDCD. Grayscale: #474747. Windows color (decimal): -4779470 or 3281591. OLE color: 3281591.

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

Color convert

RGB 183 18 50 -
CMYK 0 0.90 0.73 0.28
HSL 348.36º 0.82% 0.39% -
HSV(B) 348.36º 0.9% 0.72% -
XYZ 20.32 10.73 4.02 -
YUV 70.98 116.16 207.9 -
System Red Green Blue C M Y K H S L
Decimal 183 18 50 0 0.90 0.73 0.28 348.36 0.82 0.39
Hex B7 12 32 0 5A 49 1C 15C 52 27
Octal 267 22 62 0 132 111 34 534 122 47
Binary 10110111 10010 110010 0 1011010 1001001 11100 101011100 1010010 100111

Color Harmonies of #B71232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71232

Black with #B71232

Text Example


Text Example

White with #B71232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71232; }

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

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

background-color css

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

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

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

border-color css

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

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

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