Html Css Color HEX #B71E3C Cardinal

📋 copy color: '#B71E3C'

red 183 ◦ green 30 ◦ blue 60

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

Shades of Cardinal #B71E3C

Tints of Cardinal #B71E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.98%

R = 67.03%
G = 10.99%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B71E3C (or 0xB71E3C) is known color: Cardinal. HEX triplet: B7, 1E and 3C. RGB value is (183,30,60). Sum of RGB (Red+Green+Blue) = 183+30+60=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71E3C is #48E1C3. Grayscale: #4F4F4F. Windows color (decimal): -4776388 or 3940023. OLE color: 3940023.

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

Color convert

RGB 183 30 60 -
CMYK 0 0.84 0.67 0.28
HSL 348.24º 0.72% 0.42% -
HSV(B) 348.24º 0.84% 0.72% -
XYZ 20.81 11.32 5.36 -
YUV 79.17 117.19 202.06 -
System Red Green Blue C M Y K H S L
Decimal 183 30 60 0 0.84 0.67 0.28 348.24 0.72 0.42
Hex B7 1E 3C 0 54 43 1C 15C 48 2A
Octal 267 36 74 0 124 103 34 534 110 52
Binary 10110111 11110 111100 0 1010100 1000011 11100 101011100 1001000 101010

Color Harmonies of #B71E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71E3C

Black with #B71E3C

Text Example


Text Example

White with #B71E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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