Html Css Color HEX #B71039 Cardinal

📋 copy color: '#B71039'

red 183 ◦ green 16 ◦ blue 57

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

Shades of Cardinal #B71039

Tints of Cardinal #B71039

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.25%

 BLUE value IS 57 (22.66% from 255) = 22.27%

R = 71.48%
G = 6.25%
B = 22.27%

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

#B71039 (or 0xB71039) is known color: Cardinal. HEX triplet: B7, 10 and 39. RGB value is (183,16,57). Sum of RGB (Red+Green+Blue) = 183+16+57=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B71039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71039 is #48EFC6. Grayscale: #464646. Windows color (decimal): -4779975 or 3739831. OLE color: 3739831.

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

Color convert

RGB 183 16 57 -
CMYK 0 0.91 0.69 0.28
HSL 345.27º 0.84% 0.39% -
HSV(B) 345.27º 0.91% 0.72% -
XYZ 20.45 10.73 4.86 -
YUV 70.61 120.33 208.17 -
System Red Green Blue C M Y K H S L
Decimal 183 16 57 0 0.91 0.69 0.28 345.27 0.84 0.39
Hex B7 10 39 0 5B 45 1C 159 54 27
Octal 267 20 71 0 133 105 34 531 124 47
Binary 10110111 10000 111001 0 1011011 1000101 11100 101011001 1010100 100111

Color Harmonies of #B71039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71039

Black with #B71039

Text Example


Text Example

White with #B71039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71039; }

 p { color: rgb(183,16,57); }

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

background-color css

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

 a { background-color: rgb(183,16,57); }

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

border-color css

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

 span { border-color: rgb(183,16,57); }

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