Html Css Color HEX #B8032E Cardinal

📋 copy color: '#B8032E'

red 184 ◦ green 3 ◦ blue 46

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

Shades of Cardinal #B8032E

Tints of Cardinal #B8032E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

 BLUE value IS 46 (18.36% from 255) = 19.74%

R = 78.97%
G = 1.29%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B8032E (or 0xB8032E) is known color: Cardinal. HEX triplet: B8, 03 and 2E. RGB value is (184,3,46). Sum of RGB (Red+Green+Blue) = 184+3+46=233 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.97% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 184 - color contains mainly: red. Hex color #B8032E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8032E is #47FCD1. Grayscale: #3E3E3E. Windows color (decimal): -4717778 or 3015608. OLE color: 3015608.

HSL color Cylindrical-coordinate representation of color #B8032E: hue angle of 345.75º degrees, saturation: 0.97, 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 #B8032E is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 3 46 -
CMYK 0 0.98 0.75 0.28
HSL 345.75º 0.97% 0.37% -
HSV(B) 345.75º 0.98% 0.72% -
XYZ 20.29 10.45 3.53 -
YUV 62.02 118.97 215 -
System Red Green Blue C M Y K H S L
Decimal 184 3 46 0 0.98 0.75 0.28 345.75 0.97 0.37
Hex B8 3 2E 0 62 4B 1C 15A 61 25
Octal 270 3 56 0 142 113 34 532 141 45
Binary 10111000 11 101110 0 1100010 1001011 11100 101011010 1100001 100101

Color Harmonies of #B8032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8032E

Black with #B8032E

Text Example


Text Example

White with #B8032E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8032E; }

 p { color: rgb(184,3,46); }

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

background-color css

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

 a { background-color: rgb(184,3,46); }

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

border-color css

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

 span { border-color: rgb(184,3,46); }

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