Html Css Color HEX #B3072F Cardinal

📋 copy color: '#B3072F'

red 179 ◦ green 7 ◦ blue 47

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

Shades of Cardinal #B3072F

Tints of Cardinal #B3072F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3%

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

R = 76.82%
G = 3%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3072F (or 0xB3072F) is known color: Cardinal. HEX triplet: B3, 07 and 2F. RGB value is (179,7,47). Sum of RGB (Red+Green+Blue) = 179+7+47=233 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.82% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 179 - color contains mainly: red. Hex color #B3072F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3072F is #4CF8D0. Grayscale: #3F3F3F. Windows color (decimal): -5044433 or 3082163. OLE color: 3082163.

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

Color convert

RGB 179 7 47 -
CMYK 0 0.96 0.74 0.30
HSL 346.05º 0.92% 0.36% -
HSV(B) 346.05º 0.96% 0.7% -
XYZ 19.18 9.94 3.6 -
YUV 62.99 118.98 210.75 -
System Red Green Blue C M Y K H S L
Decimal 179 7 47 0 0.96 0.74 0.30 346.05 0.92 0.36
Hex B3 7 2F 0 60 4A 1E 15A 5C 24
Octal 263 7 57 0 140 112 36 532 134 44
Binary 10110011 111 101111 0 1100000 1001010 11110 101011010 1011100 100100

Color Harmonies of #B3072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3072F

Black with #B3072F

Text Example


Text Example

White with #B3072F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3072F; }

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

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

background-color css

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

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

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

border-color css

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

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

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