Html Css Color HEX #B71541 Cardinal

📋 copy color: '#B71541'

red 183 ◦ green 21 ◦ blue 65

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

Shades of Cardinal #B71541

Tints of Cardinal #B71541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.81%

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

R = 68.03%
G = 7.81%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B71541 (or 0xB71541) is known color: Cardinal. HEX triplet: B7, 15 and 41. RGB value is (183,21,65). Sum of RGB (Red+Green+Blue) = 183+21+65=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B71541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71541 is #48EABE. Grayscale: #4A4A4A. Windows color (decimal): -4778687 or 4265399. OLE color: 4265399.

HSL color Cylindrical-coordinate representation of color #B71541: hue angle of 343.7º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71541 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 21 65 -
CMYK 0 0.89 0.64 0.28
HSL 343.7º 0.79% 0.4% -
HSV(B) 343.7º 0.89% 0.72% -
XYZ 20.75 10.99 6.03 -
YUV 74.45 122.67 205.42 -
System Red Green Blue C M Y K H S L
Decimal 183 21 65 0 0.89 0.64 0.28 343.7 0.79 0.4
Hex B7 15 41 0 59 40 1C 158 4F 28
Octal 267 25 101 0 131 100 34 530 117 50
Binary 10110111 10101 1000001 0 1011001 1000000 11100 101011000 1001111 101000

Color Harmonies of #B71541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71541

Black with #B71541

Text Example


Text Example

White with #B71541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71541; }

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

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

background-color css

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

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

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

border-color css

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

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

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