Html Css Color HEX #B71D3C Cardinal

📋 copy color: '#B71D3C'

red 183 ◦ green 29 ◦ blue 60

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

Shades of Cardinal #B71D3C

Tints of Cardinal #B71D3C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.66%

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

R = 67.28%
G = 10.66%
B = 22.06%

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

#B71D3C (or 0xB71D3C) is known color: Cardinal. HEX triplet: B7, 1D and 3C. RGB value is (183,29,60). Sum of RGB (Red+Green+Blue) = 183+29+60=272 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.28% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71D3C is #48E2C3. Grayscale: #4E4E4E. Windows color (decimal): -4776644 or 3939767. OLE color: 3939767.

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

Color convert

RGB 183 29 60 -
CMYK 0 0.84 0.67 0.28
HSL 347.92º 0.73% 0.42% -
HSV(B) 347.92º 0.84% 0.72% -
XYZ 20.78 11.27 5.36 -
YUV 78.58 117.52 202.48 -
System Red Green Blue C M Y K H S L
Decimal 183 29 60 0 0.84 0.67 0.28 347.92 0.73 0.42
Hex B7 1D 3C 0 54 43 1C 15C 49 2A
Octal 267 35 74 0 124 103 34 534 111 52
Binary 10110111 11101 111100 0 1010100 1000011 11100 101011100 1001001 101010

Color Harmonies of #B71D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71D3C

Black with #B71D3C

Text Example


Text Example

White with #B71D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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