Html Css Color HEX #B3003A Cardinal

📋 copy color: '#B3003A'

red 179 ◦ green 0 ◦ blue 58

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

Shades of Cardinal #B3003A

Tints of Cardinal #B3003A

RGB

 RED value IS 179 (70.31% from 255) = 75.53%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.53%
G = 0%
B = 24.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B3003A (or 0xB3003A) is known color: Cardinal. HEX triplet: B3, 00 and 3A. RGB value is (179,0,58). Sum of RGB (Red+Green+Blue) = 179+0+58=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B3003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3003A is #4CFFC5. Grayscale: #3C3C3C. Windows color (decimal): -5046214 or 3801267. OLE color: 3801267.

HSL color Cylindrical-coordinate representation of color #B3003A: hue angle of 340.56º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B3003A is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 0 58 -
CMYK 0 1 0.68 0.30
HSL 340.56º 1% 0.35% -
HSV(B) 340.56º 1% 0.7% -
XYZ 19.35 9.89 4.89 -
YUV 60.13 126.8 212.78 -
System Red Green Blue C M Y K H S L
Decimal 179 0 58 0 1 0.68 0.30 340.56 1 0.35
Hex B3 0 3A 0 64 44 1E 155 64 23
Octal 263 0 72 0 144 104 36 525 144 43
Binary 10110011 0 111010 0 1100100 1000100 11110 101010101 1100100 100011

Color Harmonies of #B3003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3003A

Black with #B3003A

Text Example


Text Example

White with #B3003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3003A; }

 p { color: rgb(179,0,58); }

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

background-color css

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

 a { background-color: rgb(179,0,58); }

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

border-color css

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

 span { border-color: rgb(179,0,58); }

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