Html Css Color HEX #B40938 Cardinal

📋 copy color: '#B40938'

red 180 ◦ green 9 ◦ blue 56

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

Shades of Cardinal #B40938

Tints of Cardinal #B40938

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.67%

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

R = 73.47%
G = 3.67%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B40938 (or 0xB40938) is known color: Cardinal. HEX triplet: B4, 09 and 38. RGB value is (180,9,56). Sum of RGB (Red+Green+Blue) = 180+9+56=245 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.47% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 180 - color contains mainly: red. Hex color #B40938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40938 is #4BF6C7. Grayscale: #414141. Windows color (decimal): -4978376 or 3672500. OLE color: 3672500.

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

Color convert

RGB 180 9 56 -
CMYK 0 0.95 0.69 0.29
HSL 343.51º 0.9% 0.37% -
HSV(B) 343.51º 0.95% 0.71% -
XYZ 19.63 10.18 4.67 -
YUV 65.49 122.65 209.68 -
System Red Green Blue C M Y K H S L
Decimal 180 9 56 0 0.95 0.69 0.29 343.51 0.9 0.37
Hex B4 9 38 0 5F 45 1D 158 5A 25
Octal 264 11 70 0 137 105 35 530 132 45
Binary 10110100 1001 111000 0 1011111 1000101 11101 101011000 1011010 100101

Color Harmonies of #B40938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40938

Black with #B40938

Text Example


Text Example

White with #B40938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40938; }

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

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

background-color css

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

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

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

border-color css

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

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

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