Html Css Color HEX #BB202F Cardinal

📋 copy color: '#BB202F'

red 187 ◦ green 32 ◦ blue 47

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

Shades of Cardinal #BB202F

Tints of Cardinal #BB202F

RGB

 RED value IS 187 (73.44% from 255) = 70.3%

 GREEN value IS 32 (12.89% from 255) = 12.03%

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

R = 70.3%
G = 12.03%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB202F (or 0xBB202F) is known color: Cardinal. HEX triplet: BB, 20 and 2F. RGB value is (187,32,47). Sum of RGB (Red+Green+Blue) = 187+32+47=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB202F is #44DFD0. Grayscale: #505050. Windows color (decimal): -4513745 or 3088571. OLE color: 3088571.

HSL color Cylindrical-coordinate representation of color #BB202F: hue angle of 354.19º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB202F is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 32 47 -
CMYK 0 0.83 0.75 0.27
HSL 354.19º 0.71% 0.43% -
HSV(B) 354.19º 0.83% 0.73% -
XYZ 21.52 11.8 3.83 -
YUV 80.06 109.35 204.28 -
System Red Green Blue C M Y K H S L
Decimal 187 32 47 0 0.83 0.75 0.27 354.19 0.71 0.43
Hex BB 20 2F 0 53 4B 1B 162 47 2B
Octal 273 40 57 0 123 113 33 542 107 53
Binary 10111011 100000 101111 0 1010011 1001011 11011 101100010 1000111 101011

Color Harmonies of #BB202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB202F

Black with #BB202F

Text Example


Text Example

White with #BB202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB202F; }

 p { color: rgb(187,32,47); }

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

background-color css

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

 a { background-color: rgb(187,32,47); }

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

border-color css

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

 span { border-color: rgb(187,32,47); }

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