Html Css Color HEX #B61540 Cardinal

📋 copy color: '#B61540'

red 182 ◦ green 21 ◦ blue 64

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

Shades of Cardinal #B61540

Tints of Cardinal #B61540

RGB

 RED value IS 182 (71.48% from 255) = 68.16%

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

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

R = 68.16%
G = 7.87%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B61540 (or 0xB61540) is known color: Cardinal. HEX triplet: B6, 15 and 40. RGB value is (182,21,64). Sum of RGB (Red+Green+Blue) = 182+21+64=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B61540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61540 is #49EABF. Grayscale: #4A4A4A. Windows color (decimal): -4844224 or 4199862. OLE color: 4199862.

HSL color Cylindrical-coordinate representation of color #B61540: hue angle of 343.98º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B61540 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 21 64 -
CMYK 0 0.88 0.65 0.29
HSL 343.98º 0.79% 0.4% -
HSV(B) 343.98º 0.88% 0.71% -
XYZ 20.48 10.85 5.87 -
YUV 74.04 122.34 205 -
System Red Green Blue C M Y K H S L
Decimal 182 21 64 0 0.88 0.65 0.29 343.98 0.79 0.4
Hex B6 15 40 0 58 41 1D 158 4F 28
Octal 266 25 100 0 130 101 35 530 117 50
Binary 10110110 10101 1000000 0 1011000 1000001 11101 101011000 1001111 101000

Color Harmonies of #B61540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61540

Black with #B61540

Text Example


Text Example

White with #B61540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61540; }

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

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

background-color css

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

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

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

border-color css

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

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

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