Html Css Color HEX #B71148 Cardinal

📋 copy color: '#B71148'

red 183 ◦ green 17 ◦ blue 72

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

Shades of Cardinal #B71148

Tints of Cardinal #B71148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.25%

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

R = 67.28%
G = 6.25%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B71148 (or 0xB71148) is known color: Cardinal. HEX triplet: B7, 11 and 48. RGB value is (183,17,72). Sum of RGB (Red+Green+Blue) = 183+17+72=272 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.28% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 183 - color contains mainly: red. Hex color #B71148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71148 is #48EEB7. Grayscale: #484848. Windows color (decimal): -4779704 or 4723127. OLE color: 4723127.

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

Color convert

RGB 183 17 72 -
CMYK 0 0.91 0.61 0.28
HSL 340.12º 0.83% 0.39% -
HSV(B) 340.12º 0.91% 0.72% -
XYZ 20.9 10.94 7.14 -
YUV 72.9 127.5 206.53 -
System Red Green Blue C M Y K H S L
Decimal 183 17 72 0 0.91 0.61 0.28 340.12 0.83 0.39
Hex B7 11 48 0 5B 3D 1C 154 53 27
Octal 267 21 110 0 133 75 34 524 123 47
Binary 10110111 10001 1001000 0 1011011 111101 11100 101010100 1010011 100111

Color Harmonies of #B71148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71148

Black with #B71148

Text Example


Text Example

White with #B71148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71148; }

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

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

background-color css

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

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

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

border-color css

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

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

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