Html Css Color HEX #B71848 Cardinal

📋 copy color: '#B71848'

red 183 ◦ green 24 ◦ blue 72

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

Shades of Cardinal #B71848

Tints of Cardinal #B71848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.6%

 BLUE value IS 72 (28.52% from 255) = 25.81%

R = 65.59%
G = 8.6%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B71848 (or 0xB71848) is known color: Cardinal. HEX triplet: B7, 18 and 48. RGB value is (183,24,72). Sum of RGB (Red+Green+Blue) = 183+24+72=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B71848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71848 is #48E7B7. Grayscale: #4C4C4C. Windows color (decimal): -4777912 or 4724919. OLE color: 4724919.

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

Color convert

RGB 183 24 72 -
CMYK 0 0.87 0.61 0.28
HSL 341.89º 0.77% 0.41% -
HSV(B) 341.89º 0.87% 0.72% -
XYZ 21.02 11.19 7.18 -
YUV 77.01 125.18 203.6 -
System Red Green Blue C M Y K H S L
Decimal 183 24 72 0 0.87 0.61 0.28 341.89 0.77 0.41
Hex B7 18 48 0 57 3D 1C 156 4D 29
Octal 267 30 110 0 127 75 34 526 115 51
Binary 10110111 11000 1001000 0 1010111 111101 11100 101010110 1001101 101001

Color Harmonies of #B71848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71848

Black with #B71848

Text Example


Text Example

White with #B71848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71848; }

 p { color: rgb(183,24,72); }

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

background-color css

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

 a { background-color: rgb(183,24,72); }

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

border-color css

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

 span { border-color: rgb(183,24,72); }

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