Html Css Color HEX #B62042 Cardinal

📋 copy color: '#B62042'

red 182 ◦ green 32 ◦ blue 66

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

Shades of Cardinal #B62042

Tints of Cardinal #B62042

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.43%

 BLUE value IS 66 (26.17% from 255) = 23.57%

R = 65%
G = 11.43%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B62042 (or 0xB62042) is known color: Cardinal. HEX triplet: B6, 20 and 42. RGB value is (182,32,66). Sum of RGB (Red+Green+Blue) = 182+32+66=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B62042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62042 is #49DFBD. Grayscale: #505050. Windows color (decimal): -4841406 or 4333750. OLE color: 4333750.

HSL color Cylindrical-coordinate representation of color #B62042: hue angle of 346.4º degrees, saturation: 0.7, 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 #B62042 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 32 66 -
CMYK 0 0.82 0.64 0.29
HSL 346.4º 0.7% 0.42% -
HSV(B) 346.4º 0.82% 0.71% -
XYZ 20.79 11.37 6.25 -
YUV 80.73 119.7 200.24 -
System Red Green Blue C M Y K H S L
Decimal 182 32 66 0 0.82 0.64 0.29 346.4 0.7 0.42
Hex B6 20 42 0 52 40 1D 15A 46 2A
Octal 266 40 102 0 122 100 35 532 106 52
Binary 10110110 100000 1000010 0 1010010 1000000 11101 101011010 1000110 101010

Color Harmonies of #B62042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62042

Black with #B62042

Text Example


Text Example

White with #B62042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62042; }

 p { color: rgb(182,32,66); }

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

background-color css

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

 a { background-color: rgb(182,32,66); }

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

border-color css

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

 span { border-color: rgb(182,32,66); }

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