Html Css Color HEX #B71B3C Cardinal

📋 copy color: '#B71B3C'

red 183 ◦ green 27 ◦ blue 60

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

Shades of Cardinal #B71B3C

Tints of Cardinal #B71B3C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10%

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

R = 67.78%
G = 10%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B71B3C (or 0xB71B3C) is known color: Cardinal. HEX triplet: B7, 1B and 3C. RGB value is (183,27,60). Sum of RGB (Red+Green+Blue) = 183+27+60=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71B3C is #48E4C3. Grayscale: #4D4D4D. Windows color (decimal): -4777156 or 3939255. OLE color: 3939255.

HSL color Cylindrical-coordinate representation of color #B71B3C: hue angle of 347.31º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71B3C is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 27 60 -
CMYK 0 0.85 0.67 0.28
HSL 347.31º 0.74% 0.41% -
HSV(B) 347.31º 0.85% 0.72% -
XYZ 20.74 11.18 5.34 -
YUV 77.41 118.18 203.32 -
System Red Green Blue C M Y K H S L
Decimal 183 27 60 0 0.85 0.67 0.28 347.31 0.74 0.41
Hex B7 1B 3C 0 55 43 1C 15B 4A 29
Octal 267 33 74 0 125 103 34 533 112 51
Binary 10110111 11011 111100 0 1010101 1000011 11100 101011011 1001010 101001

Color Harmonies of #B71B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71B3C

Black with #B71B3C

Text Example


Text Example

White with #B71B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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