Html Css Color HEX #B62343 Old Rose

📋 copy color: '#B62343'

red 182 ◦ green 35 ◦ blue 67

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

Shades of Old Rose #B62343

Tints of Old Rose #B62343

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.32%

 BLUE value IS 67 (26.56% from 255) = 23.59%

R = 64.08%
G = 12.32%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B62343 (or 0xB62343) is known color: Old Rose. HEX triplet: B6, 23 and 43. RGB value is (182,35,67). Sum of RGB (Red+Green+Blue) = 182+35+67=284 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.08% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 182 - color contains mainly: red. Hex color #B62343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62343 is #49DCBC. Grayscale: #525252. Windows color (decimal): -4840637 or 4400054. OLE color: 4400054.

HSL color Cylindrical-coordinate representation of color #B62343: hue angle of 346.94º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B62343 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 35 67 -
CMYK 0 0.81 0.63 0.29
HSL 346.94º 0.68% 0.43% -
HSV(B) 346.94º 0.81% 0.71% -
XYZ 20.91 11.55 6.44 -
YUV 82.6 119.2 198.9 -
System Red Green Blue C M Y K H S L
Decimal 182 35 67 0 0.81 0.63 0.29 346.94 0.68 0.43
Hex B6 23 43 0 51 3F 1D 15B 44 2B
Octal 266 43 103 0 121 77 35 533 104 53
Binary 10110110 100011 1000011 0 1010001 111111 11101 101011011 1000100 101011

Color Harmonies of #B62343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62343

Black with #B62343

Text Example


Text Example

White with #B62343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62343; }

 p { color: rgb(182,35,67); }

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

background-color css

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

 a { background-color: rgb(182,35,67); }

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

border-color css

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

 span { border-color: rgb(182,35,67); }

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