Html Css Color HEX #C01A2F Cardinal

📋 copy color: '#C01A2F'

red 192 ◦ green 26 ◦ blue 47

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

Shades of Cardinal #C01A2F

Tints of Cardinal #C01A2F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.81%

 BLUE value IS 47 (18.75% from 255) = 17.74%

R = 72.45%
G = 9.81%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C01A2F (or 0xC01A2F) is known color: Cardinal. HEX triplet: C0, 1A and 2F. RGB value is (192,26,47). Sum of RGB (Red+Green+Blue) = 192+26+47=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01A2F is #3FE5D0. Grayscale: #4E4E4E. Windows color (decimal): -4187601 or 3087040. OLE color: 3087040.

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

Color convert

RGB 192 26 47 -
CMYK 0 0.86 0.76 0.25
HSL 352.41º 0.76% 0.43% -
HSV(B) 352.41º 0.86% 0.75% -
XYZ 22.62 12.15 3.84 -
YUV 78.03 110.5 209.29 -
System Red Green Blue C M Y K H S L
Decimal 192 26 47 0 0.86 0.76 0.25 352.41 0.76 0.43
Hex C0 1A 2F 0 56 4C 19 160 4C 2B
Octal 300 32 57 0 126 114 31 540 114 53
Binary 11000000 11010 101111 0 1010110 1001100 11001 101100000 1001100 101011

Color Harmonies of #C01A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A2F

Black with #C01A2F

Text Example


Text Example

White with #C01A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A2F; }

 p { color: rgb(192,26,47); }

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

background-color css

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

 a { background-color: rgb(192,26,47); }

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

border-color css

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

 span { border-color: rgb(192,26,47); }

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