Html Css Color HEX #B3233F Cardinal

📋 copy color: '#B3233F'

red 179 ◦ green 35 ◦ blue 63

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

Shades of Cardinal #B3233F

Tints of Cardinal #B3233F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.74%

R = 64.62%
G = 12.64%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3233F (or 0xB3233F) is known color: Cardinal. HEX triplet: B3, 23 and 3F. RGB value is (179,35,63). Sum of RGB (Red+Green+Blue) = 179+35+63=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B3233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3233F is #4CDCC0. Grayscale: #515151. Windows color (decimal): -5037249 or 4137907. OLE color: 4137907.

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

Color convert

RGB 179 35 63 -
CMYK 0 0.80 0.65 0.30
HSL 348.33º 0.67% 0.42% -
HSV(B) 348.33º 0.8% 0.7% -
XYZ 20.09 11.14 5.79 -
YUV 81.25 117.71 197.72 -
System Red Green Blue C M Y K H S L
Decimal 179 35 63 0 0.80 0.65 0.30 348.33 0.67 0.42
Hex B3 23 3F 0 50 41 1E 15C 43 2A
Octal 263 43 77 0 120 101 36 534 103 52
Binary 10110011 100011 111111 0 1010000 1000001 11110 101011100 1000011 101010

Color Harmonies of #B3233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3233F

Black with #B3233F

Text Example


Text Example

White with #B3233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3233F; }

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

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

background-color css

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

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

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

border-color css

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

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

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