Html Css Color HEX #B71440 Cardinal

📋 copy color: '#B71440'

red 183 ◦ green 20 ◦ blue 64

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

Shades of Cardinal #B71440

Tints of Cardinal #B71440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.49%

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

R = 68.54%
G = 7.49%
B = 23.97%

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

#B71440 (or 0xB71440) is known color: Cardinal. HEX triplet: B7, 14 and 40. RGB value is (183,20,64). Sum of RGB (Red+Green+Blue) = 183+20+64=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B71440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71440 is #48EBBF. Grayscale: #494949. Windows color (decimal): -4778944 or 4199607. OLE color: 4199607.

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

Color convert

RGB 183 20 64 -
CMYK 0 0.89 0.65 0.28
HSL 343.8º 0.8% 0.4% -
HSV(B) 343.8º 0.89% 0.72% -
XYZ 20.7 10.94 5.87 -
YUV 73.75 122.5 205.92 -
System Red Green Blue C M Y K H S L
Decimal 183 20 64 0 0.89 0.65 0.28 343.8 0.8 0.4
Hex B7 14 40 0 59 41 1C 158 50 28
Octal 267 24 100 0 131 101 34 530 120 50
Binary 10110111 10100 1000000 0 1011001 1000001 11100 101011000 1010000 101000

Color Harmonies of #B71440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71440

Black with #B71440

Text Example


Text Example

White with #B71440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71440; }

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

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

background-color css

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

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

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

border-color css

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

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

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