Html Css Color HEX #BB203F Cardinal

📋 copy color: '#BB203F'

red 187 ◦ green 32 ◦ blue 63

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

Shades of Cardinal #BB203F

Tints of Cardinal #BB203F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.34%

R = 66.31%
G = 11.35%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB203F (or 0xBB203F) is known color: Cardinal. HEX triplet: BB, 20 and 3F. RGB value is (187,32,63). Sum of RGB (Red+Green+Blue) = 187+32+63=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB203F is #44DFC0. Grayscale: #515151. Windows color (decimal): -4513729 or 4137147. OLE color: 4137147.

HSL color Cylindrical-coordinate representation of color #BB203F: hue angle of 348º 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 #BB203F is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 32 63 -
CMYK 0 0.83 0.66 0.27
HSL 348º 0.71% 0.43% -
HSV(B) 348º 0.83% 0.73% -
XYZ 21.91 11.96 5.86 -
YUV 81.88 117.35 202.98 -
System Red Green Blue C M Y K H S L
Decimal 187 32 63 0 0.83 0.66 0.27 348 0.71 0.43
Hex BB 20 3F 0 53 42 1B 15C 47 2B
Octal 273 40 77 0 123 102 33 534 107 53
Binary 10111011 100000 111111 0 1010011 1000010 11011 101011100 1000111 101011

Color Harmonies of #BB203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB203F

Black with #BB203F

Text Example


Text Example

White with #BB203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB203F; }

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

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

background-color css

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

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

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

border-color css

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

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

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