Html Css Color HEX #B3252F Cardinal

📋 copy color: '#B3252F'

red 179 ◦ green 37 ◦ blue 47

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

Shades of Cardinal #B3252F

Tints of Cardinal #B3252F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.07%

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

R = 68.06%
G = 14.07%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3252F (or 0xB3252F) is known color: Cardinal. HEX triplet: B3, 25 and 2F. RGB value is (179,37,47). Sum of RGB (Red+Green+Blue) = 179+37+47=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B3252F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3252F is #4CDAD0. Grayscale: #505050. Windows color (decimal): -5036753 or 3089843. OLE color: 3089843.

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

Color convert

RGB 179 37 47 -
CMYK 0 0.79 0.74 0.30
HSL 355.77º 0.66% 0.42% -
HSV(B) 355.77º 0.79% 0.7% -
XYZ 19.77 11.11 3.79 -
YUV 80.6 109.04 198.19 -
System Red Green Blue C M Y K H S L
Decimal 179 37 47 0 0.79 0.74 0.30 355.77 0.66 0.42
Hex B3 25 2F 0 4F 4A 1E 164 42 2A
Octal 263 45 57 0 117 112 36 544 102 52
Binary 10110011 100101 101111 0 1001111 1001010 11110 101100100 1000010 101010

Color Harmonies of #B3252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3252F

Black with #B3252F

Text Example


Text Example

White with #B3252F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3252F; }

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

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

background-color css

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

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

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

border-color css

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

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

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