Html Css Color HEX #B62E43 Old Rose

📋 copy color: '#B62E43'

red 182 ◦ green 46 ◦ blue 67

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

Shades of Old Rose #B62E43

Tints of Old Rose #B62E43

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.59%

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

R = 61.69%
G = 15.59%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B62E43 (or 0xB62E43) is known color: Old Rose. HEX triplet: B6, 2E and 43. RGB value is (182,46,67). Sum of RGB (Red+Green+Blue) = 182+46+67=295 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.69% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 182 - color contains mainly: red. Hex color #B62E43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62E43 is #49D1BC. Grayscale: #595959. Windows color (decimal): -4837821 or 4402870. OLE color: 4402870.

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

Color convert

RGB 182 46 67 -
CMYK 0 0.75 0.63 0.29
HSL 350.74º 0.6% 0.45% -
HSV(B) 350.74º 0.75% 0.71% -
XYZ 21.28 12.3 6.56 -
YUV 89.06 115.56 194.29 -
System Red Green Blue C M Y K H S L
Decimal 182 46 67 0 0.75 0.63 0.29 350.74 0.6 0.45
Hex B6 2E 43 0 4B 3F 1D 15F 3C 2D
Octal 266 56 103 0 113 77 35 537 74 55
Binary 10110110 101110 1000011 0 1001011 111111 11101 101011111 111100 101101

Color Harmonies of #B62E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62E43

Black with #B62E43

Text Example


Text Example

White with #B62E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62E43; }

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

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

background-color css

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

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

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

border-color css

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

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

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