Html Css Color HEX #B40934 Cardinal

📋 copy color: '#B40934'

red 180 ◦ green 9 ◦ blue 52

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

Shades of Cardinal #B40934

Tints of Cardinal #B40934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.58%

R = 74.69%
G = 3.73%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B40934 (or 0xB40934) is known color: Cardinal. HEX triplet: B4, 09 and 34. RGB value is (180,9,52). Sum of RGB (Red+Green+Blue) = 180+9+52=241 (31% of max value = 765). Red value is 180 (70.70% from 255 or 74.69% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 180 - color contains mainly: red. Hex color #B40934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40934 is #4BF6CB. Grayscale: #414141. Windows color (decimal): -4978380 or 3410356. OLE color: 3410356.

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

Color convert

RGB 180 9 52 -
CMYK 0 0.95 0.71 0.29
HSL 344.91º 0.9% 0.37% -
HSV(B) 344.91º 0.95% 0.71% -
XYZ 19.54 10.15 4.18 -
YUV 65.03 120.65 210 -
System Red Green Blue C M Y K H S L
Decimal 180 9 52 0 0.95 0.71 0.29 344.91 0.9 0.37
Hex B4 9 34 0 5F 47 1D 159 5A 25
Octal 264 11 64 0 137 107 35 531 132 45
Binary 10110100 1001 110100 0 1011111 1000111 11101 101011001 1011010 100101

Color Harmonies of #B40934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40934

Black with #B40934

Text Example


Text Example

White with #B40934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40934; }

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

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

background-color css

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

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

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

border-color css

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

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

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