Html Css Color HEX #C0303F Brick Red

📋 copy color: '#C0303F'

red 192 ◦ green 48 ◦ blue 63

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

Shades of Brick Red #C0303F

Tints of Brick Red #C0303F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.79%

R = 63.37%
G = 15.84%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0303F (or 0xC0303F) is known color: Brick Red. HEX triplet: C0, 30 and 3F. RGB value is (192,48,63). Sum of RGB (Red+Green+Blue) = 192+48+63=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C0303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0303F is #3FCFC0. Grayscale: #5C5C5C. Windows color (decimal): -4181953 or 4141248. OLE color: 4141248.

HSL color Cylindrical-coordinate representation of color #C0303F: hue angle of 353.75º 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 #C0303F is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 48 63 -
CMYK 0 0.75 0.67 0.25
HSL 353.75º 0.6% 0.47% -
HSV(B) 353.75º 0.75% 0.75% -
XYZ 23.69 13.68 6.09 -
YUV 92.77 111.21 198.78 -
System Red Green Blue C M Y K H S L
Decimal 192 48 63 0 0.75 0.67 0.25 353.75 0.6 0.47
Hex C0 30 3F 0 4B 43 19 162 3C 2F
Octal 300 60 77 0 113 103 31 542 74 57
Binary 11000000 110000 111111 0 1001011 1000011 11001 101100010 111100 101111

Color Harmonies of #C0303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0303F

Black with #C0303F

Text Example


Text Example

White with #C0303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0303F; }

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

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

background-color css

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

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

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

border-color css

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

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

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