Html Css Color HEX #B61239 Cardinal

📋 copy color: '#B61239'

red 182 ◦ green 18 ◦ blue 57

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

Shades of Cardinal #B61239

Tints of Cardinal #B61239

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7%

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

R = 70.82%
G = 7%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B61239 (or 0xB61239) is known color: Cardinal. HEX triplet: B6, 12 and 39. RGB value is (182,18,57). Sum of RGB (Red+Green+Blue) = 182+18+57=257 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.82% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 182 - color contains mainly: red. Hex color #B61239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61239 is #49EDC6. Grayscale: #474747. Windows color (decimal): -4844999 or 3740342. OLE color: 3740342.

HSL color Cylindrical-coordinate representation of color #B61239: hue angle of 345.73º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61239 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 18 57 -
CMYK 0 0.90 0.69 0.29
HSL 345.73º 0.82% 0.39% -
HSV(B) 345.73º 0.9% 0.71% -
XYZ 20.25 10.67 4.86 -
YUV 71.48 119.83 206.83 -
System Red Green Blue C M Y K H S L
Decimal 182 18 57 0 0.90 0.69 0.29 345.73 0.82 0.39
Hex B6 12 39 0 5A 45 1D 15A 52 27
Octal 266 22 71 0 132 105 35 532 122 47
Binary 10110110 10010 111001 0 1011010 1000101 11101 101011010 1010010 100111

Color Harmonies of #B61239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61239

Black with #B61239

Text Example


Text Example

White with #B61239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61239; }

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

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

background-color css

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

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

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

border-color css

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

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

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