Html Css Color HEX #B3154B Cardinal

📋 copy color: '#B3154B'

red 179 ◦ green 21 ◦ blue 75

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

Shades of Cardinal #B3154B

Tints of Cardinal #B3154B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.64%

 BLUE value IS 75 (29.69% from 255) = 27.27%

R = 65.09%
G = 7.64%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B3154B (or 0xB3154B) is known color: Cardinal. HEX triplet: B3, 15 and 4B. RGB value is (179,21,75). Sum of RGB (Red+Green+Blue) = 179+21+75=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B3154B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3154B is #4CEAB4. Grayscale: #4A4A4A. Windows color (decimal): -5040821 or 4920755. OLE color: 4920755.

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

Color convert

RGB 179 21 75 -
CMYK 0 0.88 0.58 0.30
HSL 339.49º 0.79% 0.39% -
HSV(B) 339.49º 0.88% 0.7% -
XYZ 20.13 10.63 7.65 -
YUV 74.4 128.35 202.61 -
System Red Green Blue C M Y K H S L
Decimal 179 21 75 0 0.88 0.58 0.30 339.49 0.79 0.39
Hex B3 15 4B 0 58 3A 1E 153 4F 27
Octal 263 25 113 0 130 72 36 523 117 47
Binary 10110011 10101 1001011 0 1011000 111010 11110 101010011 1001111 100111

Color Harmonies of #B3154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3154B

Black with #B3154B

Text Example


Text Example

White with #B3154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3154B; }

 p { color: rgb(179,21,75); }

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

background-color css

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

 a { background-color: rgb(179,21,75); }

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

border-color css

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

 span { border-color: rgb(179,21,75); }

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