Html Css Color HEX #B4003A Cardinal

📋 copy color: '#B4003A'

red 180 ◦ green 0 ◦ blue 58

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

Shades of Cardinal #B4003A

Tints of Cardinal #B4003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 58 (23.05% from 255) = 24.37%

R = 75.63%
G = 0%
B = 24.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B4003A (or 0xB4003A) is known color: Cardinal. HEX triplet: B4, 00 and 3A. RGB value is (180,0,58). Sum of RGB (Red+Green+Blue) = 180+0+58=238 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.63% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 180 - color contains mainly: red. Hex color #B4003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4003A is #4BFFC5. Grayscale: #3C3C3C. Windows color (decimal): -4980678 or 3801268. OLE color: 3801268.

HSL color Cylindrical-coordinate representation of color #B4003A: hue angle of 340.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B4003A is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 0 58 -
CMYK 0 1 0.68 0.29
HSL 340.67º 1% 0.35% -
HSV(B) 340.67º 1% 0.71% -
XYZ 19.59 10.01 4.9 -
YUV 60.43 126.63 213.28 -
System Red Green Blue C M Y K H S L
Decimal 180 0 58 0 1 0.68 0.29 340.67 1 0.35
Hex B4 0 3A 0 64 44 1D 155 64 23
Octal 264 0 72 0 144 104 35 525 144 43
Binary 10110100 0 111010 0 1100100 1000100 11101 101010101 1100100 100011

Color Harmonies of #B4003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4003A

Black with #B4003A

Text Example


Text Example

White with #B4003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4003A; }

 p { color: rgb(180,0,58); }

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

background-color css

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

 a { background-color: rgb(180,0,58); }

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

border-color css

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

 span { border-color: rgb(180,0,58); }

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