Html Css Color HEX #C02430 Cardinal

📋 copy color: '#C02430'

red 192 ◦ green 36 ◦ blue 48

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

Shades of Cardinal #C02430

Tints of Cardinal #C02430

RGB

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

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

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

R = 69.57%
G = 13.04%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C02430 (or 0xC02430) is known color: Cardinal. HEX triplet: C0, 24 and 30. RGB value is (192,36,48). Sum of RGB (Red+Green+Blue) = 192+36+48=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C02430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02430 is #3FDBCF. Grayscale: #545454. Windows color (decimal): -4185040 or 3155136. OLE color: 3155136.

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

Color convert

RGB 192 36 48 -
CMYK 0 0.81 0.75 0.25
HSL 355.38º 0.68% 0.45% -
HSV(B) 355.38º 0.81% 0.75% -
XYZ 22.9 12.68 4.04 -
YUV 84.01 107.68 205.02 -
System Red Green Blue C M Y K H S L
Decimal 192 36 48 0 0.81 0.75 0.25 355.38 0.68 0.45
Hex C0 24 30 0 51 4B 19 163 44 2D
Octal 300 44 60 0 121 113 31 543 104 55
Binary 11000000 100100 110000 0 1010001 1001011 11001 101100011 1000100 101101

Color Harmonies of #C02430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02430

Black with #C02430

Text Example


Text Example

White with #C02430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02430; }

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

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

background-color css

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

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

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

border-color css

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

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

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