Html Css Color HEX #C03045 Brick Red

📋 copy color: '#C03045'

red 192 ◦ green 48 ◦ blue 69

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

Shades of Brick Red #C03045

Tints of Brick Red #C03045

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.53%

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

R = 62.14%
G = 15.53%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C03045 (or 0xC03045) is known color: Brick Red. HEX triplet: C0, 30 and 45. RGB value is (192,48,69). Sum of RGB (Red+Green+Blue) = 192+48+69=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C03045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03045 is #3FCFBA. Grayscale: #5D5D5D. Windows color (decimal): -4181947 or 4534464. OLE color: 4534464.

HSL color Cylindrical-coordinate representation of color #C03045: hue angle of 351.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03045 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 48 69 -
CMYK 0 0.75 0.64 0.25
HSL 351.25º 0.6% 0.47% -
HSV(B) 351.25º 0.75% 0.75% -
XYZ 23.87 13.75 7.03 -
YUV 93.45 114.21 198.29 -
System Red Green Blue C M Y K H S L
Decimal 192 48 69 0 0.75 0.64 0.25 351.25 0.6 0.47
Hex C0 30 45 0 4B 40 19 15F 3C 2F
Octal 300 60 105 0 113 100 31 537 74 57
Binary 11000000 110000 1000101 0 1001011 1000000 11001 101011111 111100 101111

Color Harmonies of #C03045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03045

Black with #C03045

Text Example


Text Example

White with #C03045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03045; }

 p { color: rgb(192,48,69); }

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

background-color css

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

 a { background-color: rgb(192,48,69); }

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

border-color css

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

 span { border-color: rgb(192,48,69); }

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