Html Css Color HEX #B61C4B Old Rose

📋 copy color: '#B61C4B'

red 182 ◦ green 28 ◦ blue 75

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

Shades of Old Rose #B61C4B

Tints of Old Rose #B61C4B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.82%

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

R = 63.86%
G = 9.82%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B61C4B (or 0xB61C4B) is known color: Old Rose. HEX triplet: B6, 1C and 4B. RGB value is (182,28,75). Sum of RGB (Red+Green+Blue) = 182+28+75=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B61C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61C4B is #49E3B4. Grayscale: #4F4F4F. Windows color (decimal): -4842421 or 4922550. OLE color: 4922550.

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

Color convert

RGB 182 28 75 -
CMYK 0 0.85 0.59 0.29
HSL 341.69º 0.73% 0.41% -
HSV(B) 341.69º 0.85% 0.71% -
XYZ 20.98 11.28 7.73 -
YUV 79.4 125.52 201.18 -
System Red Green Blue C M Y K H S L
Decimal 182 28 75 0 0.85 0.59 0.29 341.69 0.73 0.41
Hex B6 1C 4B 0 55 3B 1D 156 49 29
Octal 266 34 113 0 125 73 35 526 111 51
Binary 10110110 11100 1001011 0 1010101 111011 11101 101010110 1001001 101001

Color Harmonies of #B61C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61C4B

Black with #B61C4B

Text Example


Text Example

White with #B61C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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