Html Css Color HEX #B71540 Cardinal

📋 copy color: '#B71540'

red 183 ◦ green 21 ◦ blue 64

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

Shades of Cardinal #B71540

Tints of Cardinal #B71540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.88%

R = 68.28%
G = 7.84%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B71540 (or 0xB71540) is known color: Cardinal. HEX triplet: B7, 15 and 40. RGB value is (183,21,64). Sum of RGB (Red+Green+Blue) = 183+21+64=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B71540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71540 is #48EABF. Grayscale: #4A4A4A. Windows color (decimal): -4778688 or 4199863. OLE color: 4199863.

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

Color convert

RGB 183 21 64 -
CMYK 0 0.89 0.65 0.28
HSL 344.07º 0.79% 0.4% -
HSV(B) 344.07º 0.89% 0.72% -
XYZ 20.72 10.97 5.88 -
YUV 74.34 122.17 205.5 -
System Red Green Blue C M Y K H S L
Decimal 183 21 64 0 0.89 0.65 0.28 344.07 0.79 0.4
Hex B7 15 40 0 59 41 1C 158 4F 28
Octal 267 25 100 0 131 101 34 530 117 50
Binary 10110111 10101 1000000 0 1011001 1000001 11100 101011000 1001111 101000

Color Harmonies of #B71540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71540

Black with #B71540

Text Example


Text Example

White with #B71540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71540; }

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

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

background-color css

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

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

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

border-color css

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

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

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