Html Css Color HEX #B3232F Cardinal

📋 copy color: '#B3232F'

red 179 ◦ green 35 ◦ blue 47

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

Shades of Cardinal #B3232F

Tints of Cardinal #B3232F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.41%

 BLUE value IS 47 (18.75% from 255) = 18.01%

R = 68.58%
G = 13.41%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3232F (or 0xB3232F) is known color: Cardinal. HEX triplet: B3, 23 and 2F. RGB value is (179,35,47). Sum of RGB (Red+Green+Blue) = 179+35+47=261 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.58% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 179 - color contains mainly: red. Hex color #B3232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3232F is #4CDCD0. Grayscale: #4F4F4F. Windows color (decimal): -5037265 or 3089331. OLE color: 3089331.

HSL color Cylindrical-coordinate representation of color #B3232F: hue angle of 355º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B3232F is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 35 47 -
CMYK 0 0.80 0.74 0.30
HSL 355º 0.67% 0.42% -
HSV(B) 355º 0.8% 0.7% -
XYZ 19.7 10.99 3.77 -
YUV 79.42 109.71 199.02 -
System Red Green Blue C M Y K H S L
Decimal 179 35 47 0 0.80 0.74 0.30 355 0.67 0.42
Hex B3 23 2F 0 50 4A 1E 163 43 2A
Octal 263 43 57 0 120 112 36 543 103 52
Binary 10110011 100011 101111 0 1010000 1001010 11110 101100011 1000011 101010

Color Harmonies of #B3232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3232F

Black with #B3232F

Text Example


Text Example

White with #B3232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3232F; }

 p { color: rgb(179,35,47); }

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

background-color css

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

 a { background-color: rgb(179,35,47); }

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

border-color css

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

 span { border-color: rgb(179,35,47); }

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