Html Css Color HEX #B40C29 Cardinal

📋 copy color: '#B40C29'

red 180 ◦ green 12 ◦ blue 41

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

Shades of Cardinal #B40C29

Tints of Cardinal #B40C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.6%

R = 77.25%
G = 5.15%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B40C29 (or 0xB40C29) is known color: Cardinal. HEX triplet: B4, 0C and 29. RGB value is (180,12,41). Sum of RGB (Red+Green+Blue) = 180+12+41=233 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.25% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40C29 is #4BF3D6. Grayscale: #414141. Windows color (decimal): -4977623 or 2690228. OLE color: 2690228.

HSL color Cylindrical-coordinate representation of color #B40C29: hue angle of 349.64º 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 #B40C29 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 12 41 -
CMYK 0 0.93 0.77 0.29
HSL 349.64º 0.88% 0.38% -
HSV(B) 349.64º 0.93% 0.71% -
XYZ 19.35 10.13 3.03 -
YUV 65.54 114.16 209.64 -
System Red Green Blue C M Y K H S L
Decimal 180 12 41 0 0.93 0.77 0.29 349.64 0.88 0.38
Hex B4 C 29 0 5D 4D 1D 15E 58 26
Octal 264 14 51 0 135 115 35 536 130 46
Binary 10110100 1100 101001 0 1011101 1001101 11101 101011110 1011000 100110

Color Harmonies of #B40C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40C29

Black with #B40C29

Text Example


Text Example

White with #B40C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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