Html Css Color HEX #B62839 Cardinal

📋 copy color: '#B62839'

red 182 ◦ green 40 ◦ blue 57

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

Shades of Cardinal #B62839

Tints of Cardinal #B62839

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.34%

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

R = 65.23%
G = 14.34%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B62839 (or 0xB62839) is known color: Cardinal. HEX triplet: B6, 28 and 39. RGB value is (182,40,57). Sum of RGB (Red+Green+Blue) = 182+40+57=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B62839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62839 is #49D7C6. Grayscale: #545454. Windows color (decimal): -4839367 or 3745974. OLE color: 3745974.

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

Color convert

RGB 182 40 57 -
CMYK 0 0.78 0.69 0.29
HSL 352.82º 0.64% 0.44% -
HSV(B) 352.82º 0.78% 0.71% -
XYZ 20.79 11.76 5.04 -
YUV 84.4 112.54 197.62 -
System Red Green Blue C M Y K H S L
Decimal 182 40 57 0 0.78 0.69 0.29 352.82 0.64 0.44
Hex B6 28 39 0 4E 45 1D 161 40 2C
Octal 266 50 71 0 116 105 35 541 100 54
Binary 10110110 101000 111001 0 1001110 1000101 11101 101100001 1000000 101100

Color Harmonies of #B62839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62839

Black with #B62839

Text Example


Text Example

White with #B62839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62839; }

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

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

background-color css

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

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

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

border-color css

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

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

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