Html Css Color HEX #B62139 Cardinal

📋 copy color: '#B62139'

red 182 ◦ green 33 ◦ blue 57

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

Shades of Cardinal #B62139

Tints of Cardinal #B62139

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.13%

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

R = 66.91%
G = 12.13%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B62139 (or 0xB62139) is known color: Cardinal. HEX triplet: B6, 21 and 39. RGB value is (182,33,57). Sum of RGB (Red+Green+Blue) = 182+33+57=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B62139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62139 is #49DEC6. Grayscale: #505050. Windows color (decimal): -4841159 or 3744182. OLE color: 3744182.

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

Color convert

RGB 182 33 57 -
CMYK 0 0.82 0.69 0.29
HSL 350.34º 0.69% 0.42% -
HSV(B) 350.34º 0.82% 0.71% -
XYZ 20.57 11.33 4.97 -
YUV 80.29 114.86 200.55 -
System Red Green Blue C M Y K H S L
Decimal 182 33 57 0 0.82 0.69 0.29 350.34 0.69 0.42
Hex B6 21 39 0 52 45 1D 15E 45 2A
Octal 266 41 71 0 122 105 35 536 105 52
Binary 10110110 100001 111001 0 1010010 1000101 11101 101011110 1000101 101010

Color Harmonies of #B62139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62139

Black with #B62139

Text Example


Text Example

White with #B62139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62139; }

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

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

background-color css

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

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

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

border-color css

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

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

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