Html Css Color HEX #B71142 Cardinal

📋 copy color: '#B71142'

red 183 ◦ green 17 ◦ blue 66

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

Shades of Cardinal #B71142

Tints of Cardinal #B71142

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.39%

 BLUE value IS 66 (26.17% from 255) = 24.81%

R = 68.8%
G = 6.39%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B71142 (or 0xB71142) is known color: Cardinal. HEX triplet: B7, 11 and 42. RGB value is (183,17,66). Sum of RGB (Red+Green+Blue) = 183+17+66=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B71142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71142 is #48EEBD. Grayscale: #484848. Windows color (decimal): -4779710 or 4329911. OLE color: 4329911.

HSL color Cylindrical-coordinate representation of color #B71142: hue angle of 342.29º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71142 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 17 66 -
CMYK 0 0.91 0.64 0.28
HSL 342.29º 0.83% 0.39% -
HSV(B) 342.29º 0.91% 0.72% -
XYZ 20.71 10.86 6.16 -
YUV 72.22 124.5 207.02 -
System Red Green Blue C M Y K H S L
Decimal 183 17 66 0 0.91 0.64 0.28 342.29 0.83 0.39
Hex B7 11 42 0 5B 40 1C 156 53 27
Octal 267 21 102 0 133 100 34 526 123 47
Binary 10110111 10001 1000010 0 1011011 1000000 11100 101010110 1010011 100111

Color Harmonies of #B71142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71142

Black with #B71142

Text Example


Text Example

White with #B71142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71142; }

 p { color: rgb(183,17,66); }

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

background-color css

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

 a { background-color: rgb(183,17,66); }

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

border-color css

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

 span { border-color: rgb(183,17,66); }

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