Html Css Color HEX #B71138 Cardinal

📋 copy color: '#B71138'

red 183 ◦ green 17 ◦ blue 56

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

Shades of Cardinal #B71138

Tints of Cardinal #B71138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.88%

R = 71.48%
G = 6.64%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B71138 (or 0xB71138) is known color: Cardinal. HEX triplet: B7, 11 and 38. RGB value is (183,17,56). Sum of RGB (Red+Green+Blue) = 183+17+56=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B71138 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71138 is #48EEC7. Grayscale: #474747. Windows color (decimal): -4779720 or 3674551. OLE color: 3674551.

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

Color convert

RGB 183 17 56 -
CMYK 0 0.91 0.69 0.28
HSL 345.9º 0.83% 0.39% -
HSV(B) 345.9º 0.91% 0.72% -
XYZ 20.44 10.75 4.74 -
YUV 71.08 119.5 207.83 -
System Red Green Blue C M Y K H S L
Decimal 183 17 56 0 0.91 0.69 0.28 345.9 0.83 0.39
Hex B7 11 38 0 5B 45 1C 15A 53 27
Octal 267 21 70 0 133 105 34 532 123 47
Binary 10110111 10001 111000 0 1011011 1000101 11100 101011010 1010011 100111

Color Harmonies of #B71138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71138

Black with #B71138

Text Example


Text Example

White with #B71138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71138; }

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

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

background-color css

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

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

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

border-color css

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

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

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