Html Css Color HEX #B40837 Cardinal

📋 copy color: '#B40837'

red 180 ◦ green 8 ◦ blue 55

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

Shades of Cardinal #B40837

Tints of Cardinal #B40837

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.29%

 BLUE value IS 55 (21.88% from 255) = 22.63%

R = 74.07%
G = 3.29%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B40837 (or 0xB40837) is known color: Cardinal. HEX triplet: B4, 08 and 37. RGB value is (180,8,55). Sum of RGB (Red+Green+Blue) = 180+8+55=243 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.07% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 55 (21.88% from 255 or 22.63% from 243); Max value from RGB is 180 - color contains mainly: red. Hex color #B40837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40837 is #4BF7C8. Grayscale: #404040. Windows color (decimal): -4978633 or 3606708. OLE color: 3606708.

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

Color convert

RGB 180 8 55 -
CMYK 0 0.96 0.69 0.29
HSL 343.6º 0.91% 0.37% -
HSV(B) 343.6º 0.96% 0.71% -
XYZ 19.6 10.15 4.54 -
YUV 64.79 122.48 210.18 -
System Red Green Blue C M Y K H S L
Decimal 180 8 55 0 0.96 0.69 0.29 343.6 0.91 0.37
Hex B4 8 37 0 60 45 1D 158 5B 25
Octal 264 10 67 0 140 105 35 530 133 45
Binary 10110100 1000 110111 0 1100000 1000101 11101 101011000 1011011 100101

Color Harmonies of #B40837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40837

Black with #B40837

Text Example


Text Example

White with #B40837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40837; }

 p { color: rgb(180,8,55); }

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

background-color css

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

 a { background-color: rgb(180,8,55); }

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

border-color css

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

 span { border-color: rgb(180,8,55); }

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