Html Css Color HEX #B4043C Cardinal

📋 copy color: '#B4043C'

red 180 ◦ green 4 ◦ blue 60

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

Shades of Cardinal #B4043C

Tints of Cardinal #B4043C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.64%

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

R = 73.77%
G = 1.64%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B4043C (or 0xB4043C) is known color: Cardinal. HEX triplet: B4, 04 and 3C. RGB value is (180,4,60). Sum of RGB (Red+Green+Blue) = 180+4+60=244 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.77% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 180 - color contains mainly: red. Hex color #B4043C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4043C is #4BFBC3. Grayscale: #3E3E3E. Windows color (decimal): -4979652 or 3933364. OLE color: 3933364.

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

Color convert

RGB 180 4 60 -
CMYK 0 0.98 0.67 0.29
HSL 340.91º 0.96% 0.36% -
HSV(B) 340.91º 0.98% 0.71% -
XYZ 19.68 10.12 5.19 -
YUV 63.01 126.31 211.45 -
System Red Green Blue C M Y K H S L
Decimal 180 4 60 0 0.98 0.67 0.29 340.91 0.96 0.36
Hex B4 4 3C 0 62 43 1D 155 60 24
Octal 264 4 74 0 142 103 35 525 140 44
Binary 10110100 100 111100 0 1100010 1000011 11101 101010101 1100000 100100

Color Harmonies of #B4043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4043C

Black with #B4043C

Text Example


Text Example

White with #B4043C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4043C; }

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

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

background-color css

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

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

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

border-color css

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

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

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