Html Css Color HEX #B4043B Cardinal

📋 copy color: '#B4043B'

red 180 ◦ green 4 ◦ blue 59

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

Shades of Cardinal #B4043B

Tints of Cardinal #B4043B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.28%

R = 74.07%
G = 1.65%
B = 24.28%

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

#B4043B (or 0xB4043B) is known color: Cardinal. HEX triplet: B4, 04 and 3B. RGB value is (180,4,59). Sum of RGB (Red+Green+Blue) = 180+4+59=243 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.07% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 180 - color contains mainly: red. Hex color #B4043B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4043B is #4BFBC4. Grayscale: #3E3E3E. Windows color (decimal): -4979653 or 3867828. OLE color: 3867828.

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

Color convert

RGB 180 4 59 -
CMYK 0 0.98 0.67 0.29
HSL 341.25º 0.96% 0.36% -
HSV(B) 341.25º 0.98% 0.71% -
XYZ 19.66 10.11 5.05 -
YUV 62.89 125.81 211.53 -
System Red Green Blue C M Y K H S L
Decimal 180 4 59 0 0.98 0.67 0.29 341.25 0.96 0.36
Hex B4 4 3B 0 62 43 1D 155 60 24
Octal 264 4 73 0 142 103 35 525 140 44
Binary 10110100 100 111011 0 1100010 1000011 11101 101010101 1100000 100100

Color Harmonies of #B4043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4043B

Black with #B4043B

Text Example


Text Example

White with #B4043B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4043B; }

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

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

background-color css

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

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

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

border-color css

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

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

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