Html Css Color HEX #C0333E Brick Red

📋 copy color: '#C0333E'

red 192 ◦ green 51 ◦ blue 62

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

Shades of Brick Red #C0333E

Tints of Brick Red #C0333E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.33%

R = 62.95%
G = 16.72%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0333E (or 0xC0333E) is known color: Brick Red. HEX triplet: C0, 33 and 3E. RGB value is (192,51,62). Sum of RGB (Red+Green+Blue) = 192+51+62=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C0333E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0333E is #3FCCC1. Grayscale: #5E5E5E. Windows color (decimal): -4181186 or 4076480. OLE color: 4076480.

HSL color Cylindrical-coordinate representation of color #C0333E: hue angle of 355.32º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0333E is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 51 62 -
CMYK 0 0.73 0.68 0.25
HSL 355.32º 0.58% 0.48% -
HSV(B) 355.32º 0.73% 0.75% -
XYZ 23.79 13.92 5.99 -
YUV 94.41 109.71 197.61 -
System Red Green Blue C M Y K H S L
Decimal 192 51 62 0 0.73 0.68 0.25 355.32 0.58 0.48
Hex C0 33 3E 0 49 44 19 163 3A 30
Octal 300 63 76 0 111 104 31 543 72 60
Binary 11000000 110011 111110 0 1001001 1000100 11001 101100011 111010 110000

Color Harmonies of #C0333E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0333E

Black with #C0333E

Text Example


Text Example

White with #C0333E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0333E; }

 p { color: rgb(192,51,62); }

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

background-color css

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

 a { background-color: rgb(192,51,62); }

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

border-color css

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

 span { border-color: rgb(192,51,62); }

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