Html Css Color HEX #C0232E Cardinal

📋 copy color: '#C0232E'

red 192 ◦ green 35 ◦ blue 46

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

Shades of Cardinal #C0232E

Tints of Cardinal #C0232E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.82%

 BLUE value IS 46 (18.36% from 255) = 16.85%

R = 70.33%
G = 12.82%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0232E (or 0xC0232E) is known color: Cardinal. HEX triplet: C0, 23 and 2E. RGB value is (192,35,46). Sum of RGB (Red+Green+Blue) = 192+35+46=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C0232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0232E is #3FDCD1. Grayscale: #535353. Windows color (decimal): -4185298 or 3023808. OLE color: 3023808.

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

Color convert

RGB 192 35 46 -
CMYK 0 0.82 0.76 0.25
HSL 355.8º 0.69% 0.45% -
HSV(B) 355.8º 0.82% 0.75% -
XYZ 22.83 12.61 3.81 -
YUV 83.2 107.01 205.61 -
System Red Green Blue C M Y K H S L
Decimal 192 35 46 0 0.82 0.76 0.25 355.8 0.69 0.45
Hex C0 23 2E 0 52 4C 19 164 45 2D
Octal 300 43 56 0 122 114 31 544 105 55
Binary 11000000 100011 101110 0 1010010 1001100 11001 101100100 1000101 101101

Color Harmonies of #C0232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0232E

Black with #C0232E

Text Example


Text Example

White with #C0232E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0232E; }

 p { color: rgb(192,35,46); }

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

background-color css

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

 a { background-color: rgb(192,35,46); }

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

border-color css

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

 span { border-color: rgb(192,35,46); }

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