Html Css Color HEX #C12F42 Brick Red

📋 copy color: '#C12F42'

red 193 ◦ green 47 ◦ blue 66

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

Shades of Brick Red #C12F42

Tints of Brick Red #C12F42

RGB

 RED value IS 193 (75.78% from 255) = 63.07%

 GREEN value IS 47 (18.75% from 255) = 15.36%

 BLUE value IS 66 (26.17% from 255) = 21.57%

R = 63.07%
G = 15.36%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C12F42 (or 0xC12F42) is known color: Brick Red. HEX triplet: C1, 2F and 42. RGB value is (193,47,66). Sum of RGB (Red+Green+Blue) = 193+47+66=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C12F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12F42 is #3ED0BD. Grayscale: #5C5C5C. Windows color (decimal): -4116670 or 4337601. OLE color: 4337601.

HSL color Cylindrical-coordinate representation of color #C12F42: hue angle of 352.19º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C12F42 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 47 66 -
CMYK 0 0.76 0.66 0.24
HSL 352.19º 0.61% 0.47% -
HSV(B) 352.19º 0.76% 0.76% -
XYZ 23.99 13.76 6.55 -
YUV 92.82 112.87 199.46 -
System Red Green Blue C M Y K H S L
Decimal 193 47 66 0 0.76 0.66 0.24 352.19 0.61 0.47
Hex C1 2F 42 0 4C 42 18 160 3D 2F
Octal 301 57 102 0 114 102 30 540 75 57
Binary 11000001 101111 1000010 0 1001100 1000010 11000 101100000 111101 101111

Color Harmonies of #C12F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12F42

Black with #C12F42

Text Example


Text Example

White with #C12F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12F42; }

 p { color: rgb(193,47,66); }

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

background-color css

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

 a { background-color: rgb(193,47,66); }

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

border-color css

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

 span { border-color: rgb(193,47,66); }

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