Html Css Color HEX #B71938 Cardinal

📋 copy color: '#B71938'

red 183 ◦ green 25 ◦ blue 56

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

Shades of Cardinal #B71938

Tints of Cardinal #B71938

RGB

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

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

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

R = 69.32%
G = 9.47%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B71938 (or 0xB71938) is known color: Cardinal. HEX triplet: B7, 19 and 38. RGB value is (183,25,56). Sum of RGB (Red+Green+Blue) = 183+25+56=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B71938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71938 is #48E6C7. Grayscale: #4B4B4B. Windows color (decimal): -4777672 or 3676599. OLE color: 3676599.

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

Color convert

RGB 183 25 56 -
CMYK 0 0.86 0.69 0.28
HSL 348.23º 0.76% 0.41% -
HSV(B) 348.23º 0.86% 0.72% -
XYZ 20.59 11.05 4.79 -
YUV 75.78 116.85 204.48 -
System Red Green Blue C M Y K H S L
Decimal 183 25 56 0 0.86 0.69 0.28 348.23 0.76 0.41
Hex B7 19 38 0 56 45 1C 15C 4C 29
Octal 267 31 70 0 126 105 34 534 114 51
Binary 10110111 11001 111000 0 1010110 1000101 11100 101011100 1001100 101001

Color Harmonies of #B71938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71938

Black with #B71938

Text Example


Text Example

White with #B71938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71938; }

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

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

background-color css

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

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

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

border-color css

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

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

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