Html Css Color HEX #B03844 Old Rose

📋 copy color: '#B03844'

red 176 ◦ green 56 ◦ blue 68

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

Shades of Old Rose #B03844

Tints of Old Rose #B03844

RGB

 RED value IS 176 (69.14% from 255) = 58.67%

 GREEN value IS 56 (22.27% from 255) = 18.67%

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

R = 58.67%
G = 18.67%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B03844 (or 0xB03844) is known color: Old Rose. HEX triplet: B0, 38 and 44. RGB value is (176,56,68). Sum of RGB (Red+Green+Blue) = 176+56+68=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B03844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03844 is #4FC7BB. Grayscale: #5D5D5D. Windows color (decimal): -5228476 or 4470960. OLE color: 4470960.

HSL color Cylindrical-coordinate representation of color #B03844: hue angle of 354º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B03844 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 56 68 -
CMYK 0 0.68 0.61 0.31
HSL 354º 0.52% 0.45% -
HSV(B) 354º 0.68% 0.69% -
XYZ 20.36 12.48 6.8 -
YUV 93.25 113.76 187.02 -
System Red Green Blue C M Y K H S L
Decimal 176 56 68 0 0.68 0.61 0.31 354 0.52 0.45
Hex B0 38 44 0 44 3D 1F 162 34 2D
Octal 260 70 104 0 104 75 37 542 64 55
Binary 10110000 111000 1000100 0 1000100 111101 11111 101100010 110100 101101

Color Harmonies of #B03844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03844

Black with #B03844

Text Example


Text Example

White with #B03844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03844; }

 p { color: rgb(176,56,68); }

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

background-color css

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

 a { background-color: rgb(176,56,68); }

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

border-color css

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

 span { border-color: rgb(176,56,68); }

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