Html Css Color HEX #B40340 Cardinal

📋 copy color: '#B40340'

red 180 ◦ green 3 ◦ blue 64

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

Shades of Cardinal #B40340

Tints of Cardinal #B40340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.21%

 BLUE value IS 64 (25.39% from 255) = 25.91%

R = 72.87%
G = 1.21%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B40340 (or 0xB40340) is known color: Cardinal. HEX triplet: B4, 03 and 40. RGB value is (180,3,64). Sum of RGB (Red+Green+Blue) = 180+3+64=247 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.87% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 180 - color contains mainly: red. Hex color #B40340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40340 is #4BFCBF. Grayscale: #3E3E3E. Windows color (decimal): -4979904 or 4195252. OLE color: 4195252.

HSL color Cylindrical-coordinate representation of color #B40340: hue angle of 339.32º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B40340 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 3 64 -
CMYK 0 0.98 0.64 0.29
HSL 339.32º 0.97% 0.36% -
HSV(B) 339.32º 0.98% 0.71% -
XYZ 19.78 10.14 5.76 -
YUV 62.88 128.64 211.54 -
System Red Green Blue C M Y K H S L
Decimal 180 3 64 0 0.98 0.64 0.29 339.32 0.97 0.36
Hex B4 3 40 0 62 40 1D 153 61 24
Octal 264 3 100 0 142 100 35 523 141 44
Binary 10110100 11 1000000 0 1100010 1000000 11101 101010011 1100001 100100

Color Harmonies of #B40340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40340

Black with #B40340

Text Example


Text Example

White with #B40340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40340; }

 p { color: rgb(180,3,64); }

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

background-color css

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

 a { background-color: rgb(180,3,64); }

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

border-color css

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

 span { border-color: rgb(180,3,64); }

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