Html Css Color HEX #B71041 Cardinal

📋 copy color: '#B71041'

red 183 ◦ green 16 ◦ blue 65

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

Shades of Cardinal #B71041

Tints of Cardinal #B71041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.62%

R = 69.32%
G = 6.06%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B71041 (or 0xB71041) is known color: Cardinal. HEX triplet: B7, 10 and 41. RGB value is (183,16,65). Sum of RGB (Red+Green+Blue) = 183+16+65=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B71041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71041 is #48EFBE. Grayscale: #474747. Windows color (decimal): -4779967 or 4264119. OLE color: 4264119.

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

Color convert

RGB 183 16 65 -
CMYK 0 0.91 0.64 0.28
HSL 342.4º 0.84% 0.39% -
HSV(B) 342.4º 0.91% 0.72% -
XYZ 20.67 10.82 6 -
YUV 71.52 124.33 207.52 -
System Red Green Blue C M Y K H S L
Decimal 183 16 65 0 0.91 0.64 0.28 342.4 0.84 0.39
Hex B7 10 41 0 5B 40 1C 156 54 27
Octal 267 20 101 0 133 100 34 526 124 47
Binary 10110111 10000 1000001 0 1011011 1000000 11100 101010110 1010100 100111

Color Harmonies of #B71041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71041

Black with #B71041

Text Example


Text Example

White with #B71041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71041; }

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

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

background-color css

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

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

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

border-color css

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

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

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