Html Css Color HEX #B40442 Cardinal

📋 copy color: '#B40442'

red 180 ◦ green 4 ◦ blue 66

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

Shades of Cardinal #B40442

Tints of Cardinal #B40442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.6%

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

R = 72%
G = 1.6%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B40442 (or 0xB40442) is known color: Cardinal. HEX triplet: B4, 04 and 42. RGB value is (180,4,66). Sum of RGB (Red+Green+Blue) = 180+4+66=250 (33% of max value = 765). Red value is 180 (70.70% from 255 or 72% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 180 - color contains mainly: red. Hex color #B40442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40442 is #4BFBBD. Grayscale: #3F3F3F. Windows color (decimal): -4979646 or 4326580. OLE color: 4326580.

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

Color convert

RGB 180 4 66 -
CMYK 0 0.98 0.63 0.29
HSL 338.86º 0.96% 0.36% -
HSV(B) 338.86º 0.98% 0.71% -
XYZ 19.85 10.18 6.07 -
YUV 63.69 129.31 210.96 -
System Red Green Blue C M Y K H S L
Decimal 180 4 66 0 0.98 0.63 0.29 338.86 0.96 0.36
Hex B4 4 42 0 62 3F 1D 153 60 24
Octal 264 4 102 0 142 77 35 523 140 44
Binary 10110100 100 1000010 0 1100010 111111 11101 101010011 1100000 100100

Color Harmonies of #B40442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40442

Black with #B40442

Text Example


Text Example

White with #B40442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40442; }

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

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

background-color css

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

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

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

border-color css

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

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

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