Html Css Color HEX #B63344 Old Rose

📋 copy color: '#B63344'

red 182 ◦ green 51 ◦ blue 68

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

Shades of Old Rose #B63344

Tints of Old Rose #B63344

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.94%

 BLUE value IS 68 (26.95% from 255) = 22.59%

R = 60.47%
G = 16.94%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B63344 (or 0xB63344) is known color: Old Rose. HEX triplet: B6, 33 and 44. RGB value is (182,51,68). Sum of RGB (Red+Green+Blue) = 182+51+68=301 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.47% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 182 - color contains mainly: red. Hex color #B63344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63344 is #49CCBB. Grayscale: #5C5C5C. Windows color (decimal): -4836540 or 4469686. OLE color: 4469686.

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

Color convert

RGB 182 51 68 -
CMYK 0 0.72 0.63 0.29
HSL 352.21º 0.56% 0.46% -
HSV(B) 352.21º 0.72% 0.71% -
XYZ 21.52 12.73 6.79 -
YUV 92.11 114.4 192.12 -
System Red Green Blue C M Y K H S L
Decimal 182 51 68 0 0.72 0.63 0.29 352.21 0.56 0.46
Hex B6 33 44 0 48 3F 1D 160 38 2E
Octal 266 63 104 0 110 77 35 540 70 56
Binary 10110110 110011 1000100 0 1001000 111111 11101 101100000 111000 101110

Color Harmonies of #B63344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63344

Black with #B63344

Text Example


Text Example

White with #B63344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63344; }

 p { color: rgb(182,51,68); }

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

background-color css

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

 a { background-color: rgb(182,51,68); }

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

border-color css

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

 span { border-color: rgb(182,51,68); }

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