Html Css Color HEX #C4373F Brick Red

📋 copy color: '#C4373F'

red 196 ◦ green 55 ◦ blue 63

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

Shades of Brick Red #C4373F

Tints of Brick Red #C4373F

RGB

 RED value IS 196 (76.95% from 255) = 62.42%

 GREEN value IS 55 (21.88% from 255) = 17.52%

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

R = 62.42%
G = 17.52%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4373F (or 0xC4373F) is known color: Brick Red. HEX triplet: C4, 37 and 3F. RGB value is (196,55,63). Sum of RGB (Red+Green+Blue) = 196+55+63=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C4373F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4373F is #3BC8C0. Grayscale: #626262. Windows color (decimal): -3918017 or 4143044. OLE color: 4143044.

HSL color Cylindrical-coordinate representation of color #C4373F: hue angle of 356.6º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C4373F is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 55 63 -
CMYK 0 0.72 0.68 0.23
HSL 356.6º 0.56% 0.49% -
HSV(B) 356.6º 0.72% 0.77% -
XYZ 25.03 14.83 6.25 -
YUV 98.07 108.21 197.85 -
System Red Green Blue C M Y K H S L
Decimal 196 55 63 0 0.72 0.68 0.23 356.6 0.56 0.49
Hex C4 37 3F 0 48 44 17 165 38 31
Octal 304 67 77 0 110 104 27 545 70 61
Binary 11000100 110111 111111 0 1001000 1000100 10111 101100101 111000 110001

Color Harmonies of #C4373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4373F

Black with #C4373F

Text Example


Text Example

White with #C4373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4373F; }

 p { color: rgb(196,55,63); }

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

background-color css

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

 a { background-color: rgb(196,55,63); }

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

border-color css

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

 span { border-color: rgb(196,55,63); }

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