Html Css Color HEX #C12430 Cardinal

📋 copy color: '#C12430'

red 193 ◦ green 36 ◦ blue 48

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

Shades of Cardinal #C12430

Tints of Cardinal #C12430

RGB

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

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

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

R = 69.68%
G = 13%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C12430 (or 0xC12430) is known color: Cardinal. HEX triplet: C1, 24 and 30. RGB value is (193,36,48). Sum of RGB (Red+Green+Blue) = 193+36+48=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C12430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12430 is #3EDBCF. Grayscale: #545454. Windows color (decimal): -4119504 or 3155137. OLE color: 3155137.

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

Color convert

RGB 193 36 48 -
CMYK 0 0.81 0.75 0.24
HSL 355.41º 0.69% 0.45% -
HSV(B) 355.41º 0.81% 0.76% -
XYZ 23.16 12.81 4.05 -
YUV 84.31 107.51 205.52 -
System Red Green Blue C M Y K H S L
Decimal 193 36 48 0 0.81 0.75 0.24 355.41 0.69 0.45
Hex C1 24 30 0 51 4B 18 163 45 2D
Octal 301 44 60 0 121 113 30 543 105 55
Binary 11000001 100100 110000 0 1010001 1001011 11000 101100011 1000101 101101

Color Harmonies of #C12430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12430

Black with #C12430

Text Example


Text Example

White with #C12430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12430; }

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

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

background-color css

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

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

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

border-color css

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

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

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