Html Css Color HEX #C03848 Old Rose

📋 copy color: '#C03848'

red 192 ◦ green 56 ◦ blue 72

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

Shades of Old Rose #C03848

Tints of Old Rose #C03848

RGB

 RED value IS 192 (75.39% from 255) = 60%

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

 BLUE value IS 72 (28.52% from 255) = 22.5%

R = 60%
G = 17.5%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C03848 (or 0xC03848) is known color: Old Rose. HEX triplet: C0, 38 and 48. RGB value is (192,56,72). Sum of RGB (Red+Green+Blue) = 192+56+72=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C03848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03848 is #3FC7B7. Grayscale: #626262. Windows color (decimal): -4179896 or 4733120. OLE color: 4733120.

HSL color Cylindrical-coordinate representation of color #C03848: hue angle of 352.94º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03848 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 56 72 -
CMYK 0 0.71 0.63 0.25
HSL 352.94º 0.55% 0.49% -
HSV(B) 352.94º 0.71% 0.75% -
XYZ 24.32 14.5 7.65 -
YUV 98.49 113.06 194.7 -
System Red Green Blue C M Y K H S L
Decimal 192 56 72 0 0.71 0.63 0.25 352.94 0.55 0.49
Hex C0 38 48 0 47 3F 19 161 37 31
Octal 300 70 110 0 107 77 31 541 67 61
Binary 11000000 111000 1001000 0 1000111 111111 11001 101100001 110111 110001

Color Harmonies of #C03848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03848

Black with #C03848

Text Example


Text Example

White with #C03848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03848; }

 p { color: rgb(192,56,72); }

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

background-color css

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

 a { background-color: rgb(192,56,72); }

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

border-color css

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

 span { border-color: rgb(192,56,72); }

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