Html Css Color HEX #B71242 Cardinal

📋 copy color: '#B71242'

red 183 ◦ green 18 ◦ blue 66

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

Shades of Cardinal #B71242

Tints of Cardinal #B71242

RGB

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

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

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

R = 68.54%
G = 6.74%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B71242 (or 0xB71242) is known color: Cardinal. HEX triplet: B7, 12 and 42. RGB value is (183,18,66). Sum of RGB (Red+Green+Blue) = 183+18+66=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B71242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71242 is #48EDBD. Grayscale: #484848. Windows color (decimal): -4779454 or 4330167. OLE color: 4330167.

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

Color convert

RGB 183 18 66 -
CMYK 0 0.90 0.64 0.28
HSL 342.55º 0.82% 0.39% -
HSV(B) 342.55º 0.9% 0.72% -
XYZ 20.73 10.89 6.16 -
YUV 72.81 124.16 206.6 -
System Red Green Blue C M Y K H S L
Decimal 183 18 66 0 0.90 0.64 0.28 342.55 0.82 0.39
Hex B7 12 42 0 5A 40 1C 157 52 27
Octal 267 22 102 0 132 100 34 527 122 47
Binary 10110111 10010 1000010 0 1011010 1000000 11100 101010111 1010010 100111

Color Harmonies of #B71242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71242

Black with #B71242

Text Example


Text Example

White with #B71242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71242; }

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

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

background-color css

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

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

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

border-color css

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

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

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