Html Css Color HEX #B40038 Cardinal

📋 copy color: '#B40038'

red 180 ◦ green 0 ◦ blue 56

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

Shades of Cardinal #B40038

Tints of Cardinal #B40038

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76.27%
G = 0%
B = 23.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B40038 (or 0xB40038) is known color: Cardinal. HEX triplet: B4, 00 and 38. RGB value is (180,0,56). Sum of RGB (Red+Green+Blue) = 180+0+56=236 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.27% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 180 - color contains mainly: red. Hex color #B40038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40038 is #4BFFC7. Grayscale: #3C3C3C. Windows color (decimal): -4980680 or 3670196. OLE color: 3670196.

HSL color Cylindrical-coordinate representation of color #B40038: hue angle of 341.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B40038 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 0 56 -
CMYK 0 1 0.69 0.29
HSL 341.33º 1% 0.35% -
HSV(B) 341.33º 1% 0.71% -
XYZ 19.54 9.99 4.64 -
YUV 60.2 125.63 213.45 -
System Red Green Blue C M Y K H S L
Decimal 180 0 56 0 1 0.69 0.29 341.33 1 0.35
Hex B4 0 38 0 64 45 1D 155 64 23
Octal 264 0 70 0 144 105 35 525 144 43
Binary 10110100 0 111000 0 1100100 1000101 11101 101010101 1100100 100011

Color Harmonies of #B40038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40038

Black with #B40038

Text Example


Text Example

White with #B40038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40038; }

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

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

background-color css

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

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

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

border-color css

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

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

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