Html Css Color HEX #B71838 Cardinal

📋 copy color: '#B71838'

red 183 ◦ green 24 ◦ blue 56

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

Shades of Cardinal #B71838

Tints of Cardinal #B71838

RGB

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

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

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

R = 69.58%
G = 9.13%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B71838 (or 0xB71838) is known color: Cardinal. HEX triplet: B7, 18 and 38. RGB value is (183,24,56). Sum of RGB (Red+Green+Blue) = 183+24+56=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B71838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71838 is #48E7C7. Grayscale: #4B4B4B. Windows color (decimal): -4777928 or 3676343. OLE color: 3676343.

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

Color convert

RGB 183 24 56 -
CMYK 0 0.87 0.69 0.28
HSL 347.92º 0.77% 0.41% -
HSV(B) 347.92º 0.87% 0.72% -
XYZ 20.57 11.01 4.78 -
YUV 75.19 117.18 204.9 -
System Red Green Blue C M Y K H S L
Decimal 183 24 56 0 0.87 0.69 0.28 347.92 0.77 0.41
Hex B7 18 38 0 57 45 1C 15C 4D 29
Octal 267 30 70 0 127 105 34 534 115 51
Binary 10110111 11000 111000 0 1010111 1000101 11100 101011100 1001101 101001

Color Harmonies of #B71838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71838

Black with #B71838

Text Example


Text Example

White with #B71838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71838; }

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

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

background-color css

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

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

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

border-color css

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

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

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