Html Css Color HEX #B4003C Cardinal

📋 copy color: '#B4003C'

red 180 ◦ green 0 ◦ blue 60

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

Shades of Cardinal #B4003C

Tints of Cardinal #B4003C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25%

R = 75%
G = 0%
B = 25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B4003C (or 0xB4003C) is known color: Cardinal. HEX triplet: B4, 00 and 3C. RGB value is (180,0,60). Sum of RGB (Red+Green+Blue) = 180+0+60=240 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 180 - color contains mainly: red. Hex color #B4003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4003C is #4BFFC3. Grayscale: #3C3C3C. Windows color (decimal): -4980676 or 3932340. OLE color: 3932340.

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

Color convert

RGB 180 0 60 -
CMYK 0 1 0.67 0.29
HSL 340º 1% 0.35% -
HSV(B) 340º 1% 0.71% -
XYZ 19.64 10.03 5.18 -
YUV 60.66 127.63 213.12 -
System Red Green Blue C M Y K H S L
Decimal 180 0 60 0 1 0.67 0.29 340 1 0.35
Hex B4 0 3C 0 64 43 1D 154 64 23
Octal 264 0 74 0 144 103 35 524 144 43
Binary 10110100 0 111100 0 1100100 1000011 11101 101010100 1100100 100011

Color Harmonies of #B4003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4003C

Black with #B4003C

Text Example


Text Example

White with #B4003C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4003C; }

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

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

background-color css

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

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

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

border-color css

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

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

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