Html Css Color HEX #B71728 Cardinal

📋 copy color: '#B71728'

red 183 ◦ green 23 ◦ blue 40

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

Shades of Cardinal #B71728

Tints of Cardinal #B71728

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.35%

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

R = 74.39%
G = 9.35%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B71728 (or 0xB71728) is known color: Cardinal. HEX triplet: B7, 17 and 28. RGB value is (183,23,40). Sum of RGB (Red+Green+Blue) = 183+23+40=246 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.39% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 183 - color contains mainly: red. Hex color #B71728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71728 is #48E8D7. Grayscale: #484848. Windows color (decimal): -4778200 or 2627511. OLE color: 2627511.

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

Color convert

RGB 183 23 40 -
CMYK 0 0.87 0.78 0.28
HSL 353.63º 0.78% 0.4% -
HSV(B) 353.63º 0.87% 0.72% -
XYZ 20.22 10.83 3.03 -
YUV 72.78 109.51 206.62 -
System Red Green Blue C M Y K H S L
Decimal 183 23 40 0 0.87 0.78 0.28 353.63 0.78 0.4
Hex B7 17 28 0 57 4E 1C 162 4E 28
Octal 267 27 50 0 127 116 34 542 116 50
Binary 10110111 10111 101000 0 1010111 1001110 11100 101100010 1001110 101000

Color Harmonies of #B71728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71728

Black with #B71728

Text Example


Text Example

White with #B71728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71728; }

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

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

background-color css

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

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

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

border-color css

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

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

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