Html Css Color HEX #B63444 Old Rose

📋 copy color: '#B63444'

red 182 ◦ green 52 ◦ blue 68

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

Shades of Old Rose #B63444

Tints of Old Rose #B63444

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.22%

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

R = 60.26%
G = 17.22%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B63444 (or 0xB63444) is known color: Old Rose. HEX triplet: B6, 34 and 44. RGB value is (182,52,68). Sum of RGB (Red+Green+Blue) = 182+52+68=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B63444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63444 is #49CBBB. Grayscale: #5C5C5C. Windows color (decimal): -4836284 or 4469942. OLE color: 4469942.

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

Color convert

RGB 182 52 68 -
CMYK 0 0.71 0.63 0.29
HSL 352.62º 0.56% 0.46% -
HSV(B) 352.62º 0.71% 0.71% -
XYZ 21.56 12.82 6.81 -
YUV 92.69 114.07 191.7 -
System Red Green Blue C M Y K H S L
Decimal 182 52 68 0 0.71 0.63 0.29 352.62 0.56 0.46
Hex B6 34 44 0 47 3F 1D 161 38 2E
Octal 266 64 104 0 107 77 35 541 70 56
Binary 10110110 110100 1000100 0 1000111 111111 11101 101100001 111000 101110

Color Harmonies of #B63444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63444

Black with #B63444

Text Example


Text Example

White with #B63444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63444; }

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

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

background-color css

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

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

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

border-color css

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

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

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