Html Css Color HEX #C0252B Cardinal

📋 copy color: '#C0252B'

red 192 ◦ green 37 ◦ blue 43

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

Shades of Cardinal #C0252B

Tints of Cardinal #C0252B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.6%

 BLUE value IS 43 (17.19% from 255) = 15.81%

R = 70.59%
G = 13.6%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0252B (or 0xC0252B) is known color: Cardinal. HEX triplet: C0, 25 and 2B. RGB value is (192,37,43). Sum of RGB (Red+Green+Blue) = 192+37+43=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C0252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0252B is #3FDAD4. Grayscale: #545454. Windows color (decimal): -4184789 or 2827712. OLE color: 2827712.

HSL color Cylindrical-coordinate representation of color #C0252B: hue angle of 357.68º 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 #C0252B is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 37 43 -
CMYK 0 0.81 0.78 0.25
HSL 357.68º 0.68% 0.45% -
HSV(B) 357.68º 0.81% 0.75% -
XYZ 22.84 12.7 3.53 -
YUV 84.03 104.85 205.01 -
System Red Green Blue C M Y K H S L
Decimal 192 37 43 0 0.81 0.78 0.25 357.68 0.68 0.45
Hex C0 25 2B 0 51 4E 19 166 44 2D
Octal 300 45 53 0 121 116 31 546 104 55
Binary 11000000 100101 101011 0 1010001 1001110 11001 101100110 1000100 101101

Color Harmonies of #C0252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0252B

Black with #C0252B

Text Example


Text Example

White with #C0252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0252B; }

 p { color: rgb(192,37,43); }

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

background-color css

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

 a { background-color: rgb(192,37,43); }

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

border-color css

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

 span { border-color: rgb(192,37,43); }

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