Html Css Color HEX #B61D4A Old Rose

📋 copy color: '#B61D4A'

red 182 ◦ green 29 ◦ blue 74

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

Shades of Old Rose #B61D4A

Tints of Old Rose #B61D4A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.18%

 BLUE value IS 74 (29.3% from 255) = 25.96%

R = 63.86%
G = 10.18%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B61D4A (or 0xB61D4A) is known color: Old Rose. HEX triplet: B6, 1D and 4A. RGB value is (182,29,74). Sum of RGB (Red+Green+Blue) = 182+29+74=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B61D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61D4A is #49E2B5. Grayscale: #4F4F4F. Windows color (decimal): -4842166 or 4857270. OLE color: 4857270.

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

Color convert

RGB 182 29 74 -
CMYK 0 0.84 0.59 0.29
HSL 342.35º 0.73% 0.41% -
HSV(B) 342.35º 0.84% 0.71% -
XYZ 20.97 11.32 7.56 -
YUV 79.88 124.69 200.84 -
System Red Green Blue C M Y K H S L
Decimal 182 29 74 0 0.84 0.59 0.29 342.35 0.73 0.41
Hex B6 1D 4A 0 54 3B 1D 156 49 29
Octal 266 35 112 0 124 73 35 526 111 51
Binary 10110110 11101 1001010 0 1010100 111011 11101 101010110 1001001 101001

Color Harmonies of #B61D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61D4A

Black with #B61D4A

Text Example


Text Example

White with #B61D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61D4A; }

 p { color: rgb(182,29,74); }

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

background-color css

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

 a { background-color: rgb(182,29,74); }

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

border-color css

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

 span { border-color: rgb(182,29,74); }

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