Html Css Color HEX #B71E40 Cardinal

📋 copy color: '#B71E40'

red 183 ◦ green 30 ◦ blue 64

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

Shades of Cardinal #B71E40

Tints of Cardinal #B71E40

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.83%

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

R = 66.06%
G = 10.83%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B71E40 (or 0xB71E40) is known color: Cardinal. HEX triplet: B7, 1E and 40. RGB value is (183,30,64). Sum of RGB (Red+Green+Blue) = 183+30+64=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71E40 is #48E1BF. Grayscale: #4F4F4F. Windows color (decimal): -4776384 or 4202167. OLE color: 4202167.

HSL color Cylindrical-coordinate representation of color #B71E40: hue angle of 346.67º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71E40 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 30 64 -
CMYK 0 0.84 0.65 0.28
HSL 346.67º 0.72% 0.42% -
HSV(B) 346.67º 0.84% 0.72% -
XYZ 20.92 11.37 5.94 -
YUV 79.62 119.19 201.74 -
System Red Green Blue C M Y K H S L
Decimal 183 30 64 0 0.84 0.65 0.28 346.67 0.72 0.42
Hex B7 1E 40 0 54 41 1C 15B 48 2A
Octal 267 36 100 0 124 101 34 533 110 52
Binary 10110111 11110 1000000 0 1010100 1000001 11100 101011011 1001000 101010

Color Harmonies of #B71E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71E40

Black with #B71E40

Text Example


Text Example

White with #B71E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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