Html Css Color HEX #C0262E Cardinal

📋 copy color: '#C0262E'

red 192 ◦ green 38 ◦ blue 46

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

Shades of Cardinal #C0262E

Tints of Cardinal #C0262E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.77%

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

R = 69.57%
G = 13.77%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0262E (or 0xC0262E) is known color: Cardinal. HEX triplet: C0, 26 and 2E. RGB value is (192,38,46). Sum of RGB (Red+Green+Blue) = 192+38+46=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C0262E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0262E is #3FD9D1. Grayscale: #555555. Windows color (decimal): -4184530 or 3024576. OLE color: 3024576.

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

Color convert

RGB 192 38 46 -
CMYK 0 0.80 0.76 0.25
HSL 356.88º 0.67% 0.45% -
HSV(B) 356.88º 0.8% 0.75% -
XYZ 22.92 12.79 3.85 -
YUV 84.96 106.02 204.35 -
System Red Green Blue C M Y K H S L
Decimal 192 38 46 0 0.80 0.76 0.25 356.88 0.67 0.45
Hex C0 26 2E 0 50 4C 19 165 43 2D
Octal 300 46 56 0 120 114 31 545 103 55
Binary 11000000 100110 101110 0 1010000 1001100 11001 101100101 1000011 101101

Color Harmonies of #C0262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0262E

Black with #C0262E

Text Example


Text Example

White with #C0262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0262E; }

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

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

background-color css

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

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

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

border-color css

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

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

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