Html Css Color HEX #B71738 Cardinal

📋 copy color: '#B71738'

red 183 ◦ green 23 ◦ blue 56

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

Shades of Cardinal #B71738

Tints of Cardinal #B71738

RGB

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

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

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

R = 69.85%
G = 8.78%
B = 21.37%

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

#B71738 (or 0xB71738) is known color: Cardinal. HEX triplet: B7, 17 and 38. RGB value is (183,23,56). Sum of RGB (Red+Green+Blue) = 183+23+56=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B71738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71738 is #48E8C7. Grayscale: #4A4A4A. Windows color (decimal): -4778184 or 3676087. OLE color: 3676087.

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

Color convert

RGB 183 23 56 -
CMYK 0 0.87 0.69 0.28
HSL 347.63º 0.78% 0.4% -
HSV(B) 347.63º 0.87% 0.72% -
XYZ 20.55 10.97 4.77 -
YUV 74.6 117.51 205.32 -
System Red Green Blue C M Y K H S L
Decimal 183 23 56 0 0.87 0.69 0.28 347.63 0.78 0.4
Hex B7 17 38 0 57 45 1C 15C 4E 28
Octal 267 27 70 0 127 105 34 534 116 50
Binary 10110111 10111 111000 0 1010111 1000101 11100 101011100 1001110 101000

Color Harmonies of #B71738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71738

Black with #B71738

Text Example


Text Example

White with #B71738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71738; }

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

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

background-color css

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

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

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

border-color css

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

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

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