Html Css Color HEX #C12730 Cardinal

📋 copy color: '#C12730'

red 193 ◦ green 39 ◦ blue 48

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

Shades of Cardinal #C12730

Tints of Cardinal #C12730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.93%

 BLUE value IS 48 (19.14% from 255) = 17.14%

R = 68.93%
G = 13.93%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C12730 (or 0xC12730) is known color: Cardinal. HEX triplet: C1, 27 and 30. RGB value is (193,39,48). Sum of RGB (Red+Green+Blue) = 193+39+48=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C12730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12730 is #3ED8CF. Grayscale: #565656. Windows color (decimal): -4118736 or 3155905. OLE color: 3155905.

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

Color convert

RGB 193 39 48 -
CMYK 0 0.80 0.75 0.24
HSL 356.49º 0.66% 0.45% -
HSV(B) 356.49º 0.8% 0.76% -
XYZ 23.25 13 4.08 -
YUV 86.07 106.52 204.27 -
System Red Green Blue C M Y K H S L
Decimal 193 39 48 0 0.80 0.75 0.24 356.49 0.66 0.45
Hex C1 27 30 0 50 4B 18 164 42 2D
Octal 301 47 60 0 120 113 30 544 102 55
Binary 11000001 100111 110000 0 1010000 1001011 11000 101100100 1000010 101101

Color Harmonies of #C12730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12730

Black with #C12730

Text Example


Text Example

White with #C12730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12730; }

 p { color: rgb(193,39,48); }

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

background-color css

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

 a { background-color: rgb(193,39,48); }

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

border-color css

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

 span { border-color: rgb(193,39,48); }

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