Html Css Color HEX #B71E41 Cardinal

📋 copy color: '#B71E41'

red 183 ◦ green 30 ◦ blue 65

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

Shades of Cardinal #B71E41

Tints of Cardinal #B71E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.38%

R = 65.83%
G = 10.79%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B71E41 (or 0xB71E41) is known color: Cardinal. HEX triplet: B7, 1E and 41. RGB value is (183,30,65). Sum of RGB (Red+Green+Blue) = 183+30+65=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71E41 is #48E1BE. Grayscale: #4F4F4F. Windows color (decimal): -4776383 or 4267703. OLE color: 4267703.

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

Color convert

RGB 183 30 65 -
CMYK 0 0.84 0.64 0.28
HSL 346.27º 0.72% 0.42% -
HSV(B) 346.27º 0.84% 0.72% -
XYZ 20.95 11.38 6.09 -
YUV 79.74 119.69 201.65 -
System Red Green Blue C M Y K H S L
Decimal 183 30 65 0 0.84 0.64 0.28 346.27 0.72 0.42
Hex B7 1E 41 0 54 40 1C 15A 48 2A
Octal 267 36 101 0 124 100 34 532 110 52
Binary 10110111 11110 1000001 0 1010100 1000000 11100 101011010 1001000 101010

Color Harmonies of #B71E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71E41

Black with #B71E41

Text Example


Text Example

White with #B71E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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