Html Css Color HEX #B83243 Old Rose

📋 copy color: '#B83243'

red 184 ◦ green 50 ◦ blue 67

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

Shades of Old Rose #B83243

Tints of Old Rose #B83243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.26%

R = 61.13%
G = 16.61%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B83243 (or 0xB83243) is known color: Old Rose. HEX triplet: B8, 32 and 43. RGB value is (184,50,67). Sum of RGB (Red+Green+Blue) = 184+50+67=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B83243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83243 is #47CDBC. Grayscale: #5C5C5C. Windows color (decimal): -4705725 or 4403896. OLE color: 4403896.

HSL color Cylindrical-coordinate representation of color #B83243: hue angle of 352.39º 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 #B83243 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 50 67 -
CMYK 0 0.73 0.64 0.28
HSL 352.39º 0.57% 0.46% -
HSV(B) 352.39º 0.73% 0.72% -
XYZ 21.92 12.88 6.64 -
YUV 92 113.89 193.62 -
System Red Green Blue C M Y K H S L
Decimal 184 50 67 0 0.73 0.64 0.28 352.39 0.57 0.46
Hex B8 32 43 0 49 40 1C 160 39 2E
Octal 270 62 103 0 111 100 34 540 71 56
Binary 10111000 110010 1000011 0 1001001 1000000 11100 101100000 111001 101110

Color Harmonies of #B83243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83243

Black with #B83243

Text Example


Text Example

White with #B83243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83243; }

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

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

background-color css

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

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

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

border-color css

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

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

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