Html Css Color HEX #B8033A Cardinal

📋 copy color: '#B8033A'

red 184 ◦ green 3 ◦ blue 58

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

Shades of Cardinal #B8033A

Tints of Cardinal #B8033A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.67%

R = 75.1%
G = 1.22%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8033A (or 0xB8033A) is known color: Cardinal. HEX triplet: B8, 03 and 3A. RGB value is (184,3,58). Sum of RGB (Red+Green+Blue) = 184+3+58=245 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.10% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 184 - color contains mainly: red. Hex color #B8033A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8033A is #47FCC5. Grayscale: #3F3F3F. Windows color (decimal): -4717766 or 3802040. OLE color: 3802040.

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

Color convert

RGB 184 3 58 -
CMYK 0 0.98 0.68 0.28
HSL 341.77º 0.97% 0.37% -
HSV(B) 341.77º 0.98% 0.72% -
XYZ 20.56 10.56 4.96 -
YUV 63.39 124.97 214.03 -
System Red Green Blue C M Y K H S L
Decimal 184 3 58 0 0.98 0.68 0.28 341.77 0.97 0.37
Hex B8 3 3A 0 62 44 1C 156 61 25
Octal 270 3 72 0 142 104 34 526 141 45
Binary 10111000 11 111010 0 1100010 1000100 11100 101010110 1100001 100101

Color Harmonies of #B8033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8033A

Black with #B8033A

Text Example


Text Example

White with #B8033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8033A; }

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

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

background-color css

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

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

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

border-color css

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

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

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