Html Css Color HEX #B3203E Cardinal

📋 copy color: '#B3203E'

red 179 ◦ green 32 ◦ blue 62

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

Shades of Cardinal #B3203E

Tints of Cardinal #B3203E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.71%

R = 65.57%
G = 11.72%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3203E (or 0xB3203E) is known color: Cardinal. HEX triplet: B3, 20 and 3E. RGB value is (179,32,62). Sum of RGB (Red+Green+Blue) = 179+32+62=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B3203E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3203E is #4CDFC1. Grayscale: #4F4F4F. Windows color (decimal): -5038018 or 4071603. OLE color: 4071603.

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

Color convert

RGB 179 32 62 -
CMYK 0 0.82 0.65 0.30
HSL 347.76º 0.7% 0.41% -
HSV(B) 347.76º 0.82% 0.7% -
XYZ 19.98 10.96 5.62 -
YUV 79.37 118.2 199.06 -
System Red Green Blue C M Y K H S L
Decimal 179 32 62 0 0.82 0.65 0.30 347.76 0.7 0.41
Hex B3 20 3E 0 52 41 1E 15C 46 29
Octal 263 40 76 0 122 101 36 534 106 51
Binary 10110011 100000 111110 0 1010010 1000001 11110 101011100 1000110 101001

Color Harmonies of #B3203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3203E

Black with #B3203E

Text Example


Text Example

White with #B3203E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3203E; }

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

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

background-color css

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

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

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

border-color css

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

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

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