Html Css Color HEX #B62B4B Old Rose

📋 copy color: '#B62B4B'

red 182 ◦ green 43 ◦ blue 75

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

Shades of Old Rose #B62B4B

Tints of Old Rose #B62B4B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.33%

 BLUE value IS 75 (29.69% from 255) = 25%

R = 60.67%
G = 14.33%
B = 25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B62B4B (or 0xB62B4B) is known color: Old Rose. HEX triplet: B6, 2B and 4B. RGB value is (182,43,75). Sum of RGB (Red+Green+Blue) = 182+43+75=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B62B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62B4B is #49D4B4. Grayscale: #585858. Windows color (decimal): -4838581 or 4926390. OLE color: 4926390.

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

Color convert

RGB 182 43 75 -
CMYK 0 0.76 0.59 0.29
HSL 346.19º 0.62% 0.44% -
HSV(B) 346.19º 0.76% 0.71% -
XYZ 21.43 12.18 7.88 -
YUV 88.21 120.55 194.9 -
System Red Green Blue C M Y K H S L
Decimal 182 43 75 0 0.76 0.59 0.29 346.19 0.62 0.44
Hex B6 2B 4B 0 4C 3B 1D 15A 3E 2C
Octal 266 53 113 0 114 73 35 532 76 54
Binary 10110110 101011 1001011 0 1001100 111011 11101 101011010 111110 101100

Color Harmonies of #B62B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62B4B

Black with #B62B4B

Text Example


Text Example

White with #B62B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62B4B; }

 p { color: rgb(182,43,75); }

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

background-color css

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

 a { background-color: rgb(182,43,75); }

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

border-color css

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

 span { border-color: rgb(182,43,75); }

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