Html Css Color HEX #B71233 Cardinal

📋 copy color: '#B71233'

red 183 ◦ green 18 ◦ blue 51

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

Shades of Cardinal #B71233

Tints of Cardinal #B71233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.24%

R = 72.62%
G = 7.14%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B71233 (or 0xB71233) is known color: Cardinal. HEX triplet: B7, 12 and 33. RGB value is (183,18,51). Sum of RGB (Red+Green+Blue) = 183+18+51=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B71233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71233 is #48EDCC. Grayscale: #474747. Windows color (decimal): -4779469 or 3347127. OLE color: 3347127.

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

Color convert

RGB 183 18 51 -
CMYK 0 0.90 0.72 0.28
HSL 348º 0.82% 0.39% -
HSV(B) 348º 0.9% 0.72% -
XYZ 20.34 10.74 4.13 -
YUV 71.1 116.66 207.82 -
System Red Green Blue C M Y K H S L
Decimal 183 18 51 0 0.90 0.72 0.28 348 0.82 0.39
Hex B7 12 33 0 5A 48 1C 15C 52 27
Octal 267 22 63 0 132 110 34 534 122 47
Binary 10110111 10010 110011 0 1011010 1001000 11100 101011100 1010010 100111

Color Harmonies of #B71233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71233

Black with #B71233

Text Example


Text Example

White with #B71233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71233; }

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

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

background-color css

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

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

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

border-color css

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

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

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