Html Css Color HEX #B83245 Old Rose

📋 copy color: '#B83245'

red 184 ◦ green 50 ◦ blue 69

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

Shades of Old Rose #B83245

Tints of Old Rose #B83245

RGB

 RED value IS 184 (72.27% from 255) = 60.73%

 GREEN value IS 50 (19.92% from 255) = 16.5%

 BLUE value IS 69 (27.34% from 255) = 22.77%

R = 60.73%
G = 16.5%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B83245 (or 0xB83245) is known color: Old Rose. HEX triplet: B8, 32 and 45. RGB value is (184,50,69). Sum of RGB (Red+Green+Blue) = 184+50+69=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B83245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83245 is #47CDBA. Grayscale: #5C5C5C. Windows color (decimal): -4705723 or 4534968. OLE color: 4534968.

HSL color Cylindrical-coordinate representation of color #B83245: hue angle of 351.49º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B83245 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 50 69 -
CMYK 0 0.73 0.62 0.28
HSL 351.49º 0.57% 0.46% -
HSV(B) 351.49º 0.73% 0.72% -
XYZ 21.98 12.9 6.96 -
YUV 92.23 114.89 193.46 -
System Red Green Blue C M Y K H S L
Decimal 184 50 69 0 0.73 0.62 0.28 351.49 0.57 0.46
Hex B8 32 45 0 49 3E 1C 15F 39 2E
Octal 270 62 105 0 111 76 34 537 71 56
Binary 10111000 110010 1000101 0 1001001 111110 11100 101011111 111001 101110

Color Harmonies of #B83245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83245

Black with #B83245

Text Example


Text Example

White with #B83245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83245; }

 p { color: rgb(184,50,69); }

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

background-color css

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

 a { background-color: rgb(184,50,69); }

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

border-color css

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

 span { border-color: rgb(184,50,69); }

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