Html Css Color HEX #C0243A Cardinal

📋 copy color: '#C0243A'

red 192 ◦ green 36 ◦ blue 58

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

Shades of Cardinal #C0243A

Tints of Cardinal #C0243A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.59%

 BLUE value IS 58 (23.05% from 255) = 20.28%

R = 67.13%
G = 12.59%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0243A (or 0xC0243A) is known color: Cardinal. HEX triplet: C0, 24 and 3A. RGB value is (192,36,58). Sum of RGB (Red+Green+Blue) = 192+36+58=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C0243A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0243A is #3FDBC5. Grayscale: #555555. Windows color (decimal): -4185030 or 3810496. OLE color: 3810496.

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

Color convert

RGB 192 36 58 -
CMYK 0 0.81 0.70 0.25
HSL 351.54º 0.68% 0.45% -
HSV(B) 351.54º 0.81% 0.75% -
XYZ 23.13 12.77 5.25 -
YUV 85.15 112.68 204.21 -
System Red Green Blue C M Y K H S L
Decimal 192 36 58 0 0.81 0.70 0.25 351.54 0.68 0.45
Hex C0 24 3A 0 51 46 19 160 44 2D
Octal 300 44 72 0 121 106 31 540 104 55
Binary 11000000 100100 111010 0 1010001 1000110 11001 101100000 1000100 101101

Color Harmonies of #C0243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0243A

Black with #C0243A

Text Example


Text Example

White with #C0243A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0243A; }

 p { color: rgb(192,36,58); }

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

background-color css

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

 a { background-color: rgb(192,36,58); }

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

border-color css

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

 span { border-color: rgb(192,36,58); }

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