Html Css Color HEX #B83345 Old Rose

📋 copy color: '#B83345'

red 184 ◦ green 51 ◦ blue 69

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

Shades of Old Rose #B83345

Tints of Old Rose #B83345

RGB

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

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

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

R = 60.53%
G = 16.78%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B83345 (or 0xB83345) is known color: Old Rose. HEX triplet: B8, 33 and 45. RGB value is (184,51,69). Sum of RGB (Red+Green+Blue) = 184+51+69=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B83345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83345 is #47CCBA. Grayscale: #5C5C5C. Windows color (decimal): -4705467 or 4535224. OLE color: 4535224.

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

Color convert

RGB 184 51 69 -
CMYK 0 0.72 0.62 0.28
HSL 351.88º 0.57% 0.46% -
HSV(B) 351.88º 0.72% 0.72% -
XYZ 22.03 12.99 6.98 -
YUV 92.82 114.56 193.04 -
System Red Green Blue C M Y K H S L
Decimal 184 51 69 0 0.72 0.62 0.28 351.88 0.57 0.46
Hex B8 33 45 0 48 3E 1C 160 39 2E
Octal 270 63 105 0 110 76 34 540 71 56
Binary 10111000 110011 1000101 0 1001000 111110 11100 101100000 111001 101110

Color Harmonies of #B83345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83345

Black with #B83345

Text Example


Text Example

White with #B83345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83345; }

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

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

background-color css

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

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

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

border-color css

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

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

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