Html Css Color HEX #B71746 Cardinal

📋 copy color: '#B71746'

red 183 ◦ green 23 ◦ blue 70

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

Shades of Cardinal #B71746

Tints of Cardinal #B71746

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.33%

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

R = 66.3%
G = 8.33%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B71746 (or 0xB71746) is known color: Cardinal. HEX triplet: B7, 17 and 46. RGB value is (183,23,70). Sum of RGB (Red+Green+Blue) = 183+23+70=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B71746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71746 is #48E8B9. Grayscale: #4C4C4C. Windows color (decimal): -4778170 or 4593591. OLE color: 4593591.

HSL color Cylindrical-coordinate representation of color #B71746: hue angle of 342.38º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71746 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 23 70 -
CMYK 0 0.87 0.62 0.28
HSL 342.38º 0.78% 0.4% -
HSV(B) 342.38º 0.87% 0.72% -
XYZ 20.94 11.12 6.84 -
YUV 76.2 124.51 204.18 -
System Red Green Blue C M Y K H S L
Decimal 183 23 70 0 0.87 0.62 0.28 342.38 0.78 0.4
Hex B7 17 46 0 57 3E 1C 156 4E 28
Octal 267 27 106 0 127 76 34 526 116 50
Binary 10110111 10111 1000110 0 1010111 111110 11100 101010110 1001110 101000

Color Harmonies of #B71746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71746

Black with #B71746

Text Example


Text Example

White with #B71746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71746; }

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

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

background-color css

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

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

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

border-color css

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

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

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