Html Css Color HEX #B71930 Cardinal

📋 copy color: '#B71930'

red 183 ◦ green 25 ◦ blue 48

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

Shades of Cardinal #B71930

Tints of Cardinal #B71930

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.77%

 BLUE value IS 48 (19.14% from 255) = 18.75%

R = 71.48%
G = 9.77%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B71930 (or 0xB71930) is known color: Cardinal. HEX triplet: B7, 19 and 30. RGB value is (183,25,48). Sum of RGB (Red+Green+Blue) = 183+25+48=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B71930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71930 is #48E6CF. Grayscale: #4A4A4A. Windows color (decimal): -4777680 or 3152311. OLE color: 3152311.

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

Color convert

RGB 183 25 48 -
CMYK 0 0.86 0.74 0.28
HSL 351.27º 0.76% 0.41% -
HSV(B) 351.27º 0.86% 0.72% -
XYZ 20.41 10.98 3.84 -
YUV 74.86 112.85 205.13 -
System Red Green Blue C M Y K H S L
Decimal 183 25 48 0 0.86 0.74 0.28 351.27 0.76 0.41
Hex B7 19 30 0 56 4A 1C 15F 4C 29
Octal 267 31 60 0 126 112 34 537 114 51
Binary 10110111 11001 110000 0 1010110 1001010 11100 101011111 1001100 101001

Color Harmonies of #B71930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71930

Black with #B71930

Text Example


Text Example

White with #B71930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71930; }

 p { color: rgb(183,25,48); }

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

background-color css

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

 a { background-color: rgb(183,25,48); }

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

border-color css

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

 span { border-color: rgb(183,25,48); }

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