Html Css Color HEX #B40834 Cardinal

📋 copy color: '#B40834'

red 180 ◦ green 8 ◦ blue 52

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

Shades of Cardinal #B40834

Tints of Cardinal #B40834

RGB

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

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

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

R = 75%
G = 3.33%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B40834 (or 0xB40834) is known color: Cardinal. HEX triplet: B4, 08 and 34. RGB value is (180,8,52). Sum of RGB (Red+Green+Blue) = 180+8+52=240 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 180 - color contains mainly: red. Hex color #B40834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40834 is #4BF7CB. Grayscale: #404040. Windows color (decimal): -4978636 or 3410100. OLE color: 3410100.

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

Color convert

RGB 180 8 52 -
CMYK 0 0.96 0.71 0.29
HSL 344.65º 0.91% 0.37% -
HSV(B) 344.65º 0.96% 0.71% -
XYZ 19.53 10.12 4.17 -
YUV 64.44 120.98 210.42 -
System Red Green Blue C M Y K H S L
Decimal 180 8 52 0 0.96 0.71 0.29 344.65 0.91 0.37
Hex B4 8 34 0 60 47 1D 159 5B 25
Octal 264 10 64 0 140 107 35 531 133 45
Binary 10110100 1000 110100 0 1100000 1000111 11101 101011001 1011011 100101

Color Harmonies of #B40834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40834

Black with #B40834

Text Example


Text Example

White with #B40834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40834; }

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

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

background-color css

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

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

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

border-color css

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

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

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