Html Css Color HEX #B3233C Cardinal

📋 copy color: '#B3233C'

red 179 ◦ green 35 ◦ blue 60

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

Shades of Cardinal #B3233C

Tints of Cardinal #B3233C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.9%

R = 65.33%
G = 12.77%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3233C (or 0xB3233C) is known color: Cardinal. HEX triplet: B3, 23 and 3C. RGB value is (179,35,60). Sum of RGB (Red+Green+Blue) = 179+35+60=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B3233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3233C is #4CDCC3. Grayscale: #505050. Windows color (decimal): -5037252 or 3941299. OLE color: 3941299.

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

Color convert

RGB 179 35 60 -
CMYK 0 0.80 0.66 0.30
HSL 349.58º 0.67% 0.42% -
HSV(B) 349.58º 0.8% 0.7% -
XYZ 20.01 11.11 5.37 -
YUV 80.91 116.21 197.97 -
System Red Green Blue C M Y K H S L
Decimal 179 35 60 0 0.80 0.66 0.30 349.58 0.67 0.42
Hex B3 23 3C 0 50 42 1E 15E 43 2A
Octal 263 43 74 0 120 102 36 536 103 52
Binary 10110011 100011 111100 0 1010000 1000010 11110 101011110 1000011 101010

Color Harmonies of #B3233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3233C

Black with #B3233C

Text Example


Text Example

White with #B3233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3233C; }

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

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

background-color css

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

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

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

border-color css

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

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

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