Html Css Color HEX #B71C2C Cardinal

📋 copy color: '#B71C2C'

red 183 ◦ green 28 ◦ blue 44

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

Shades of Cardinal #B71C2C

Tints of Cardinal #B71C2C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.98%

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

R = 71.76%
G = 10.98%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B71C2C (or 0xB71C2C) is known color: Cardinal. HEX triplet: B7, 1C and 2C. RGB value is (183,28,44). Sum of RGB (Red+Green+Blue) = 183+28+44=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71C2C is #48E3D3. Grayscale: #4C4C4C. Windows color (decimal): -4776916 or 2890935. OLE color: 2890935.

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

Color convert

RGB 183 28 44 -
CMYK 0 0.85 0.76 0.28
HSL 353.81º 0.73% 0.41% -
HSV(B) 353.81º 0.85% 0.72% -
XYZ 20.4 11.08 3.45 -
YUV 76.17 109.85 204.2 -
System Red Green Blue C M Y K H S L
Decimal 183 28 44 0 0.85 0.76 0.28 353.81 0.73 0.41
Hex B7 1C 2C 0 55 4C 1C 162 49 29
Octal 267 34 54 0 125 114 34 542 111 51
Binary 10110111 11100 101100 0 1010101 1001100 11100 101100010 1001001 101001

Color Harmonies of #B71C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71C2C

Black with #B71C2C

Text Example


Text Example

White with #B71C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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