Html Css Color HEX #B61D4B Old Rose

📋 copy color: '#B61D4B'

red 182 ◦ green 29 ◦ blue 75

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

Shades of Old Rose #B61D4B

Tints of Old Rose #B61D4B

RGB

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

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

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

R = 63.64%
G = 10.14%
B = 26.22%

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

#B61D4B (or 0xB61D4B) is known color: Old Rose. HEX triplet: B6, 1D and 4B. RGB value is (182,29,75). Sum of RGB (Red+Green+Blue) = 182+29+75=286 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.64% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 182 - color contains mainly: red. Hex color #B61D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61D4B is #49E2B4. Grayscale: #4F4F4F. Windows color (decimal): -4842165 or 4922806. OLE color: 4922806.

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

Color convert

RGB 182 29 75 -
CMYK 0 0.84 0.59 0.29
HSL 341.96º 0.73% 0.41% -
HSV(B) 341.96º 0.84% 0.71% -
XYZ 21 11.33 7.74 -
YUV 79.99 125.19 200.76 -
System Red Green Blue C M Y K H S L
Decimal 182 29 75 0 0.84 0.59 0.29 341.96 0.73 0.41
Hex B6 1D 4B 0 54 3B 1D 156 49 29
Octal 266 35 113 0 124 73 35 526 111 51
Binary 10110110 11101 1001011 0 1010100 111011 11101 101010110 1001001 101001

Color Harmonies of #B61D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61D4B

Black with #B61D4B

Text Example


Text Example

White with #B61D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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