Html Css Color HEX #B3202A Cardinal

📋 copy color: '#B3202A'

red 179 ◦ green 32 ◦ blue 42

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

Shades of Cardinal #B3202A

Tints of Cardinal #B3202A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.6%

R = 70.75%
G = 12.65%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B3202A (or 0xB3202A) is known color: Cardinal. HEX triplet: B3, 20 and 2A. RGB value is (179,32,42). Sum of RGB (Red+Green+Blue) = 179+32+42=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B3202A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3202A is #4CDFD5. Grayscale: #4D4D4D. Windows color (decimal): -5038038 or 2760883. OLE color: 2760883.

HSL color Cylindrical-coordinate representation of color #B3202A: hue angle of 355.92º 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 #B3202A is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 32 42 -
CMYK 0 0.82 0.77 0.30
HSL 355.92º 0.7% 0.41% -
HSV(B) 355.92º 0.82% 0.7% -
XYZ 19.52 10.78 3.24 -
YUV 77.09 108.2 200.69 -
System Red Green Blue C M Y K H S L
Decimal 179 32 42 0 0.82 0.77 0.30 355.92 0.7 0.41
Hex B3 20 2A 0 52 4D 1E 164 46 29
Octal 263 40 52 0 122 115 36 544 106 51
Binary 10110011 100000 101010 0 1010010 1001101 11110 101100100 1000110 101001

Color Harmonies of #B3202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3202A

Black with #B3202A

Text Example


Text Example

White with #B3202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3202A; }

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

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

background-color css

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

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

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

border-color css

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

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

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