Html Css Color HEX #B71F2C Cardinal

📋 copy color: '#B71F2C'

red 183 ◦ green 31 ◦ blue 44

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

Shades of Cardinal #B71F2C

Tints of Cardinal #B71F2C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.02%

 BLUE value IS 44 (17.58% from 255) = 17.05%

R = 70.93%
G = 12.02%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B71F2C (or 0xB71F2C) is known color: Cardinal. HEX triplet: B7, 1F and 2C. RGB value is (183,31,44). Sum of RGB (Red+Green+Blue) = 183+31+44=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71F2C is #48E0D3. Grayscale: #4E4E4E. Windows color (decimal): -4776148 or 2891703. OLE color: 2891703.

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

Color convert

RGB 183 31 44 -
CMYK 0 0.83 0.76 0.28
HSL 354.87º 0.71% 0.42% -
HSV(B) 354.87º 0.83% 0.72% -
XYZ 20.47 11.23 3.47 -
YUV 77.93 108.86 202.94 -
System Red Green Blue C M Y K H S L
Decimal 183 31 44 0 0.83 0.76 0.28 354.87 0.71 0.42
Hex B7 1F 2C 0 53 4C 1C 163 47 2A
Octal 267 37 54 0 123 114 34 543 107 52
Binary 10110111 11111 101100 0 1010011 1001100 11100 101100011 1000111 101010

Color Harmonies of #B71F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71F2C

Black with #B71F2C

Text Example


Text Example

White with #B71F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71F2C; }

 p { color: rgb(183,31,44); }

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

background-color css

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

 a { background-color: rgb(183,31,44); }

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

border-color css

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

 span { border-color: rgb(183,31,44); }

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