Html Css Color HEX #B71528 Cardinal

📋 copy color: '#B71528'

red 183 ◦ green 21 ◦ blue 40

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

Shades of Cardinal #B71528

Tints of Cardinal #B71528

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.61%

 BLUE value IS 40 (16.02% from 255) = 16.39%

R = 75%
G = 8.61%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B71528 (or 0xB71528) is known color: Cardinal. HEX triplet: B7, 15 and 28. RGB value is (183,21,40). Sum of RGB (Red+Green+Blue) = 183+21+40=244 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 183 - color contains mainly: red. Hex color #B71528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71528 is #48EAD7. Grayscale: #474747. Windows color (decimal): -4778712 or 2626999. OLE color: 2626999.

HSL color Cylindrical-coordinate representation of color #B71528: hue angle of 352.96º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71528 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 21 40 -
CMYK 0 0.89 0.78 0.28
HSL 352.96º 0.79% 0.4% -
HSV(B) 352.96º 0.89% 0.72% -
XYZ 20.18 10.76 3.02 -
YUV 71.6 110.17 207.46 -
System Red Green Blue C M Y K H S L
Decimal 183 21 40 0 0.89 0.78 0.28 352.96 0.79 0.4
Hex B7 15 28 0 59 4E 1C 161 4F 28
Octal 267 25 50 0 131 116 34 541 117 50
Binary 10110111 10101 101000 0 1011001 1001110 11100 101100001 1001111 101000

Color Harmonies of #B71528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71528

Black with #B71528

Text Example


Text Example

White with #B71528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71528; }

 p { color: rgb(183,21,40); }

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

background-color css

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

 a { background-color: rgb(183,21,40); }

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

border-color css

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

 span { border-color: rgb(183,21,40); }

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