Html Css Color HEX #B61839 Cardinal

📋 copy color: '#B61839'

red 182 ◦ green 24 ◦ blue 57

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

Shades of Cardinal #B61839

Tints of Cardinal #B61839

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.13%

 BLUE value IS 57 (22.66% from 255) = 21.67%

R = 69.2%
G = 9.13%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B61839 (or 0xB61839) is known color: Cardinal. HEX triplet: B6, 18 and 39. RGB value is (182,24,57). Sum of RGB (Red+Green+Blue) = 182+24+57=263 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.20% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 57 (22.66% from 255 or 21.67% from 263); Max value from RGB is 182 - color contains mainly: red. Hex color #B61839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61839 is #49E7C6. Grayscale: #4B4B4B. Windows color (decimal): -4843463 or 3741878. OLE color: 3741878.

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

Color convert

RGB 182 24 57 -
CMYK 0 0.87 0.69 0.29
HSL 347.47º 0.77% 0.4% -
HSV(B) 347.47º 0.87% 0.71% -
XYZ 20.36 10.89 4.9 -
YUV 75 117.85 204.32 -
System Red Green Blue C M Y K H S L
Decimal 182 24 57 0 0.87 0.69 0.29 347.47 0.77 0.4
Hex B6 18 39 0 57 45 1D 15B 4D 28
Octal 266 30 71 0 127 105 35 533 115 50
Binary 10110110 11000 111001 0 1010111 1000101 11101 101011011 1001101 101000

Color Harmonies of #B61839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61839

Black with #B61839

Text Example


Text Example

White with #B61839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61839; }

 p { color: rgb(182,24,57); }

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

background-color css

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

 a { background-color: rgb(182,24,57); }

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

border-color css

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

 span { border-color: rgb(182,24,57); }

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