Html Css Color HEX #B71140 Cardinal

📋 copy color: '#B71140'

red 183 ◦ green 17 ◦ blue 64

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

Shades of Cardinal #B71140

Tints of Cardinal #B71140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.24%

R = 69.32%
G = 6.44%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B71140 (or 0xB71140) is known color: Cardinal. HEX triplet: B7, 11 and 40. RGB value is (183,17,64). Sum of RGB (Red+Green+Blue) = 183+17+64=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B71140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71140 is #48EEBF. Grayscale: #474747. Windows color (decimal): -4779712 or 4198839. OLE color: 4198839.

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

Color convert

RGB 183 17 64 -
CMYK 0 0.91 0.65 0.28
HSL 343.01º 0.83% 0.39% -
HSV(B) 343.01º 0.91% 0.72% -
XYZ 20.65 10.84 5.85 -
YUV 71.99 123.5 207.18 -
System Red Green Blue C M Y K H S L
Decimal 183 17 64 0 0.91 0.65 0.28 343.01 0.83 0.39
Hex B7 11 40 0 5B 41 1C 157 53 27
Octal 267 21 100 0 133 101 34 527 123 47
Binary 10110111 10001 1000000 0 1011011 1000001 11100 101010111 1010011 100111

Color Harmonies of #B71140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71140

Black with #B71140

Text Example


Text Example

White with #B71140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71140; }

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

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

background-color css

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

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

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

border-color css

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

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

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