Html Css Color HEX #B2032F Cardinal

📋 copy color: '#B2032F'

red 178 ◦ green 3 ◦ blue 47

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

Shades of Cardinal #B2032F

Tints of Cardinal #B2032F

RGB

 RED value IS 178 (69.92% from 255) = 78.07%

 GREEN value IS 3 (1.56% from 255) = 1.32%

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

R = 78.07%
G = 1.32%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2032F (or 0xB2032F) is known color: Cardinal. HEX triplet: B2, 03 and 2F. RGB value is (178,3,47). Sum of RGB (Red+Green+Blue) = 178+3+47=228 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.07% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 178 - color contains mainly: red. Hex color #B2032F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2032F is #4DFCD0. Grayscale: #3C3C3C. Windows color (decimal): -5110993 or 3081138. OLE color: 3081138.

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

Color convert

RGB 178 3 47 -
CMYK 0 0.98 0.74 0.30
HSL 344.91º 0.97% 0.35% -
HSV(B) 344.91º 0.98% 0.7% -
XYZ 18.91 9.74 3.57 -
YUV 60.34 120.48 211.92 -
System Red Green Blue C M Y K H S L
Decimal 178 3 47 0 0.98 0.74 0.30 344.91 0.97 0.35
Hex B2 3 2F 0 62 4A 1E 159 61 23
Octal 262 3 57 0 142 112 36 531 141 43
Binary 10110010 11 101111 0 1100010 1001010 11110 101011001 1100001 100011

Color Harmonies of #B2032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2032F

Black with #B2032F

Text Example


Text Example

White with #B2032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2032F; }

 p { color: rgb(178,3,47); }

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

background-color css

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

 a { background-color: rgb(178,3,47); }

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

border-color css

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

 span { border-color: rgb(178,3,47); }

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