Html Css Color HEX #B40C42 Cardinal

📋 copy color: '#B40C42'

red 180 ◦ green 12 ◦ blue 66

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

Shades of Cardinal #B40C42

Tints of Cardinal #B40C42

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.65%

 BLUE value IS 66 (26.17% from 255) = 25.58%

R = 69.77%
G = 4.65%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B40C42 (or 0xB40C42) is known color: Cardinal. HEX triplet: B4, 0C and 42. RGB value is (180,12,66). Sum of RGB (Red+Green+Blue) = 180+12+66=258 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.77% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40C42 is #4BF3BD. Grayscale: #444444. Windows color (decimal): -4977598 or 4328628. OLE color: 4328628.

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

Color convert

RGB 180 12 66 -
CMYK 0 0.93 0.63 0.29
HSL 340.71º 0.88% 0.38% -
HSV(B) 340.71º 0.93% 0.71% -
XYZ 19.94 10.36 6.1 -
YUV 68.39 126.66 207.61 -
System Red Green Blue C M Y K H S L
Decimal 180 12 66 0 0.93 0.63 0.29 340.71 0.88 0.38
Hex B4 C 42 0 5D 3F 1D 155 58 26
Octal 264 14 102 0 135 77 35 525 130 46
Binary 10110100 1100 1000010 0 1011101 111111 11101 101010101 1011000 100110

Color Harmonies of #B40C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40C42

Black with #B40C42

Text Example


Text Example

White with #B40C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40C42; }

 p { color: rgb(180,12,66); }

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

background-color css

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

 a { background-color: rgb(180,12,66); }

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

border-color css

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

 span { border-color: rgb(180,12,66); }

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