Html Css Color HEX #B3203A Cardinal

📋 copy color: '#B3203A'

red 179 ◦ green 32 ◦ blue 58

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

Shades of Cardinal #B3203A

Tints of Cardinal #B3203A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.9%

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

R = 66.54%
G = 11.9%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B3203A (or 0xB3203A) is known color: Cardinal. HEX triplet: B3, 20 and 3A. RGB value is (179,32,58). Sum of RGB (Red+Green+Blue) = 179+32+58=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B3203A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3203A is #4CDFC5. Grayscale: #4E4E4E. Windows color (decimal): -5038022 or 3809459. OLE color: 3809459.

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

Color convert

RGB 179 32 58 -
CMYK 0 0.82 0.68 0.30
HSL 349.39º 0.7% 0.41% -
HSV(B) 349.39º 0.82% 0.7% -
XYZ 19.87 10.92 5.06 -
YUV 78.92 116.2 199.39 -
System Red Green Blue C M Y K H S L
Decimal 179 32 58 0 0.82 0.68 0.30 349.39 0.7 0.41
Hex B3 20 3A 0 52 44 1E 15D 46 29
Octal 263 40 72 0 122 104 36 535 106 51
Binary 10110011 100000 111010 0 1010010 1000100 11110 101011101 1000110 101001

Color Harmonies of #B3203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3203A

Black with #B3203A

Text Example


Text Example

White with #B3203A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3203A; }

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

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

background-color css

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

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

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

border-color css

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

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

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