Html Css Color HEX #B8043E Cardinal

📋 copy color: '#B8043E'

red 184 ◦ green 4 ◦ blue 62

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

Shades of Cardinal #B8043E

Tints of Cardinal #B8043E

RGB

 RED value IS 184 (72.27% from 255) = 73.6%

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

 BLUE value IS 62 (24.61% from 255) = 24.8%

R = 73.6%
G = 1.6%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8043E (or 0xB8043E) is known color: Cardinal. HEX triplet: B8, 04 and 3E. RGB value is (184,4,62). Sum of RGB (Red+Green+Blue) = 184+4+62=250 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.6% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 184 - color contains mainly: red. Hex color #B8043E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8043E is #47FBC1. Grayscale: #404040. Windows color (decimal): -4717506 or 4064440. OLE color: 4064440.

HSL color Cylindrical-coordinate representation of color #B8043E: hue angle of 340.67º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8043E is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 4 62 -
CMYK 0 0.98 0.66 0.28
HSL 340.67º 0.96% 0.37% -
HSV(B) 340.67º 0.98% 0.72% -
XYZ 20.68 10.62 5.52 -
YUV 64.43 126.63 213.28 -
System Red Green Blue C M Y K H S L
Decimal 184 4 62 0 0.98 0.66 0.28 340.67 0.96 0.37
Hex B8 4 3E 0 62 42 1C 155 60 25
Octal 270 4 76 0 142 102 34 525 140 45
Binary 10111000 100 111110 0 1100010 1000010 11100 101010101 1100000 100101

Color Harmonies of #B8043E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8043E

Black with #B8043E

Text Example


Text Example

White with #B8043E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8043E; }

 p { color: rgb(184,4,62); }

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

background-color css

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

 a { background-color: rgb(184,4,62); }

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

border-color css

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

 span { border-color: rgb(184,4,62); }

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