Html Css Color HEX #B71B2C Cardinal

📋 copy color: '#B71B2C'

red 183 ◦ green 27 ◦ blue 44

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

Shades of Cardinal #B71B2C

Tints of Cardinal #B71B2C

RGB

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

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

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

R = 72.05%
G = 10.63%
B = 17.32%

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

#B71B2C (or 0xB71B2C) is known color: Cardinal. HEX triplet: B7, 1B and 2C. RGB value is (183,27,44). Sum of RGB (Red+Green+Blue) = 183+27+44=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 27 (10.94% from 255 or 10.63% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71B2C is #48E4D3. Grayscale: #4B4B4B. Windows color (decimal): -4777172 or 2890679. OLE color: 2890679.

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

Color convert

RGB 183 27 44 -
CMYK 0 0.85 0.76 0.28
HSL 353.46º 0.74% 0.41% -
HSV(B) 353.46º 0.85% 0.72% -
XYZ 20.38 11.03 3.44 -
YUV 75.58 110.18 204.62 -
System Red Green Blue C M Y K H S L
Decimal 183 27 44 0 0.85 0.76 0.28 353.46 0.74 0.41
Hex B7 1B 2C 0 55 4C 1C 161 4A 29
Octal 267 33 54 0 125 114 34 541 112 51
Binary 10110111 11011 101100 0 1010101 1001100 11100 101100001 1001010 101001

Color Harmonies of #B71B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71B2C

Black with #B71B2C

Text Example


Text Example

White with #B71B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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