Html Css Color HEX #B62350 Old Rose

📋 copy color: '#B62350'

red 182 ◦ green 35 ◦ blue 80

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

Shades of Old Rose #B62350

Tints of Old Rose #B62350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.94%

R = 61.28%
G = 11.78%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B62350 (or 0xB62350) is known color: Old Rose. HEX triplet: B6, 23 and 50. RGB value is (182,35,80). Sum of RGB (Red+Green+Blue) = 182+35+80=297 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.28% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 182 - color contains mainly: red. Hex color #B62350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62350 is #49DCAF. Grayscale: #545454. Windows color (decimal): -4840624 or 5252022. OLE color: 5252022.

HSL color Cylindrical-coordinate representation of color #B62350: hue angle of 341.63º 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 #B62350 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 35 80 -
CMYK 0 0.81 0.56 0.29
HSL 341.63º 0.68% 0.43% -
HSV(B) 341.63º 0.81% 0.71% -
XYZ 21.34 11.73 8.73 -
YUV 84.08 125.7 197.84 -
System Red Green Blue C M Y K H S L
Decimal 182 35 80 0 0.81 0.56 0.29 341.63 0.68 0.43
Hex B6 23 50 0 51 38 1D 156 44 2B
Octal 266 43 120 0 121 70 35 526 104 53
Binary 10110110 100011 1010000 0 1010001 111000 11101 101010110 1000100 101011

Color Harmonies of #B62350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62350

Black with #B62350

Text Example


Text Example

White with #B62350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62350; }

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

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

background-color css

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

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

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

border-color css

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

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

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