Html Css Color HEX #B3242F Cardinal

📋 copy color: '#B3242F'

red 179 ◦ green 36 ◦ blue 47

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

Shades of Cardinal #B3242F

Tints of Cardinal #B3242F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.74%

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

R = 68.32%
G = 13.74%
B = 17.94%

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

#B3242F (or 0xB3242F) is known color: Cardinal. HEX triplet: B3, 24 and 2F. RGB value is (179,36,47). Sum of RGB (Red+Green+Blue) = 179+36+47=262 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.32% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 179 - color contains mainly: red. Hex color #B3242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3242F is #4CDBD0. Grayscale: #505050. Windows color (decimal): -5037009 or 3089587. OLE color: 3089587.

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

Color convert

RGB 179 36 47 -
CMYK 0 0.80 0.74 0.30
HSL 355.38º 0.67% 0.42% -
HSV(B) 355.38º 0.8% 0.7% -
XYZ 19.73 11.05 3.78 -
YUV 80.01 109.38 198.61 -
System Red Green Blue C M Y K H S L
Decimal 179 36 47 0 0.80 0.74 0.30 355.38 0.67 0.42
Hex B3 24 2F 0 50 4A 1E 163 43 2A
Octal 263 44 57 0 120 112 36 543 103 52
Binary 10110011 100100 101111 0 1010000 1001010 11110 101100011 1000011 101010

Color Harmonies of #B3242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3242F

Black with #B3242F

Text Example


Text Example

White with #B3242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3242F; }

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

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

background-color css

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

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

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

border-color css

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

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

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