Html Css Color HEX #B3022F Cardinal

📋 copy color: '#B3022F'

red 179 ◦ green 2 ◦ blue 47

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

Shades of Cardinal #B3022F

Tints of Cardinal #B3022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 78.51%
G = 0.88%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3022F (or 0xB3022F) is known color: Cardinal. HEX triplet: B3, 02 and 2F. RGB value is (179,2,47). Sum of RGB (Red+Green+Blue) = 179+2+47=228 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.51% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 179 - color contains mainly: red. Hex color #B3022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3022F is #4CFDD0. Grayscale: #3C3C3C. Windows color (decimal): -5045713 or 3080883. OLE color: 3080883.

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

Color convert

RGB 179 2 47 -
CMYK 0 0.99 0.74 0.30
HSL 344.75º 0.98% 0.35% -
HSV(B) 344.75º 0.99% 0.7% -
XYZ 19.13 9.83 3.58 -
YUV 60.05 120.64 212.84 -
System Red Green Blue C M Y K H S L
Decimal 179 2 47 0 0.99 0.74 0.30 344.75 0.98 0.35
Hex B3 2 2F 0 63 4A 1E 159 62 23
Octal 263 2 57 0 143 112 36 531 142 43
Binary 10110011 10 101111 0 1100011 1001010 11110 101011001 1100010 100011

Color Harmonies of #B3022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3022F

Black with #B3022F

Text Example


Text Example

White with #B3022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3022F; }

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

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

background-color css

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

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

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

border-color css

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

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

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