Html Css Color HEX #B40E3C Cardinal

📋 copy color: '#B40E3C'

red 180 ◦ green 14 ◦ blue 60

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

Shades of Cardinal #B40E3C

Tints of Cardinal #B40E3C

RGB

 RED value IS 180 (70.7% from 255) = 70.87%

 GREEN value IS 14 (5.86% from 255) = 5.51%

 BLUE value IS 60 (23.83% from 255) = 23.62%

R = 70.87%
G = 5.51%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B40E3C (or 0xB40E3C) is known color: Cardinal. HEX triplet: B4, 0E and 3C. RGB value is (180,14,60). Sum of RGB (Red+Green+Blue) = 180+14+60=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B40E3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40E3C is #4BF1C3. Grayscale: #444444. Windows color (decimal): -4977092 or 3935924. OLE color: 3935924.

HSL color Cylindrical-coordinate representation of color #B40E3C: hue angle of 343.37º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B40E3C is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 14 60 -
CMYK 0 0.92 0.67 0.29
HSL 343.37º 0.86% 0.38% -
HSV(B) 343.37º 0.92% 0.71% -
XYZ 19.8 10.34 5.23 -
YUV 68.88 123 207.26 -
System Red Green Blue C M Y K H S L
Decimal 180 14 60 0 0.92 0.67 0.29 343.37 0.86 0.38
Hex B4 E 3C 0 5C 43 1D 157 56 26
Octal 264 16 74 0 134 103 35 527 126 46
Binary 10110100 1110 111100 0 1011100 1000011 11101 101010111 1010110 100110

Color Harmonies of #B40E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40E3C

Black with #B40E3C

Text Example


Text Example

White with #B40E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40E3C; }

 p { color: rgb(180,14,60); }

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

background-color css

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

 a { background-color: rgb(180,14,60); }

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

border-color css

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

 span { border-color: rgb(180,14,60); }

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