Html Css Color HEX #B40438 Cardinal

📋 copy color: '#B40438'

red 180 ◦ green 4 ◦ blue 56

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

Shades of Cardinal #B40438

Tints of Cardinal #B40438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.33%

R = 75%
G = 1.67%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B40438 (or 0xB40438) is known color: Cardinal. HEX triplet: B4, 04 and 38. RGB value is (180,4,56). Sum of RGB (Red+Green+Blue) = 180+4+56=240 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 180 - color contains mainly: red. Hex color #B40438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40438 is #4BFBC7. Grayscale: #3E3E3E. Windows color (decimal): -4979656 or 3671220. OLE color: 3671220.

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

Color convert

RGB 180 4 56 -
CMYK 0 0.98 0.69 0.29
HSL 342.27º 0.96% 0.36% -
HSV(B) 342.27º 0.98% 0.71% -
XYZ 19.58 10.08 4.65 -
YUV 62.55 124.31 211.77 -
System Red Green Blue C M Y K H S L
Decimal 180 4 56 0 0.98 0.69 0.29 342.27 0.96 0.36
Hex B4 4 38 0 62 45 1D 156 60 24
Octal 264 4 70 0 142 105 35 526 140 44
Binary 10110100 100 111000 0 1100010 1000101 11101 101010110 1100000 100100

Color Harmonies of #B40438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40438

Black with #B40438

Text Example


Text Example

White with #B40438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40438; }

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

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

background-color css

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

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

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

border-color css

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

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

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